From 38f11f4c13d0916cfe8bdee6f6574131698495d4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 22 May 2018 14:19:35 +0200 Subject: [PATCH] Bumped version to 1.0.0 according to official release --- src/Satis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Satis.php b/src/Satis.php index 3a7cddc2..3b731459 100644 --- a/src/Satis.php +++ b/src/Satis.php @@ -16,5 +16,5 @@ */ class Satis { - const VERSION = '1.0.0-dev'; + const VERSION = '1.0.0'; }