diff --git a/app/Application.php b/app/Application.php index 09cfe680..7d43c35b 100644 --- a/app/Application.php +++ b/app/Application.php @@ -21,7 +21,7 @@ class Application extends \Hyde\Foundation\Application * framework version. The 0.11.x CLI line embeds and supports the unreleased HydePHP * v3 development line, but the two versions must never be made to track each other. */ - final public const APP_VERSION = '0.12.0'; + final public const APP_VERSION = '0.12.1'; /** * Get the path to the cached packages.php file.