Skip to content

Commit cf69f5a

Browse files
committed
bump
1 parent 46858af commit cf69f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Config/SysConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static function getSecret(): string
122122
*/
123123
public static function getVersion(bool $full = true): string
124124
{
125-
$ver = defined("VERSION") ? constant("VERSION") : "2.12.0-beta";
125+
$ver = defined("VERSION") ? constant("VERSION") : "2.12.0";
126126
$time = defined("BUILD_TIME") ? substr(str_replace("-", "", constant("BUILD_TIME")), 0, 8) : null;
127127
$hash = defined("BUILD_HASH") ? substr(constant("BUILD_HASH"), 0, 7) : null;
128128
$git = file_exists(".git") ? "git" : null;

0 commit comments

Comments
 (0)