Skip to content

Commit 6fd8631

Browse files
committed
Fix wrong version number
1 parent 149a308 commit 6fd8631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/Shared/Constant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class Constant
88
{
9-
public const VERSION = '1.2.1';
9+
public const VERSION = '1.2.0';
1010
}

0 commit comments

Comments
 (0)