diff --git a/public/index.php b/public/index.php index 004f4d6..698c965 100644 --- a/public/index.php +++ b/public/index.php @@ -4,7 +4,7 @@ declare(strict_types=1); session_start(); -const APP_VERSION = '0.1.0'; +const APP_VERSION = '0.1.1'; const ROOT = __DIR__ . '/..'; const CONFIG_FILE = ROOT . '/storage/config.php';