diff --git a/src/Version.php b/src/Version.php index 964ed7a..e59cd74 100644 --- a/src/Version.php +++ b/src/Version.php @@ -4,5 +4,5 @@ namespace App; final class Version { - const VERSION = '1.0.0'; + const VERSION = '1.1.0'; }