From fb9c991a9cb4e93a84e09dbe4de023ef736bdfeb Mon Sep 17 00:00:00 2001 From: emmadesilva <95144705+emmadesilva@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:30:04 +0000 Subject: [PATCH] HydeCLI v0.12.1 --- app/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.