Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading