diff --git a/src/Application.php b/src/Application.php index 48f3a2a..9ffbfe8 100644 --- a/src/Application.php +++ b/src/Application.php @@ -38,7 +38,7 @@ class Application extends App { - public const CURRENT_APP_VERSION = '2.0'; + public const CURRENT_APP_VERSION = '3.0'; public const DEBUG_MODE = true; public const DISPLAY_ERRORS = self::DEBUG_MODE; @@ -126,4 +126,4 @@ protected function initLogger(): Logger return new Logger('app', [$logHandler]); } -} \ No newline at end of file +}