Skip to content

Commit

Permalink
Fix wrong version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 19, 2023
1 parent f7a9373 commit 0be4388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Foundation/HydeKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

final public const VERSION = '1.1.0';
final public const VERSION = '1.2.0';

protected static self $instance;

Expand Down

0 comments on commit 0be4388

Please sign in to comment.