Skip to content

Commit ac147cf

Browse files
committed
Fix wrong version constant
1 parent 4d64d19 commit ac147cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Foundation/HydeKernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
4949
use Serializable;
5050
use Macroable;
5151

52-
final public const VERSION = '1.1.0';
52+
final public const VERSION = '1.2.0';
5353

5454
protected static self $instance;
5555

0 commit comments

Comments
 (0)