Skip to content

Commit 7532d82

Browse files
committed
🔖 Bump version
1 parent 1162ec7 commit 7532d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/core/util/timestamp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
#endif
1212

1313
// Must match release on Github
14-
#define GITHUB_TAG "Alpha 5.11 (Hotfix 1)"
14+
#define GITHUB_TAG "Alpha 5.11.1"
1515

1616
const char GIT_TAG[] = GITHUB_TAG;
1717

1818
// Must be exactly 16 bytes long
19-
const char VERSION_SHORT[] = "RiiStudioA5.11 ";
19+
const char VERSION_SHORT[] = "RiiStudioA5.11.1";
2020
static_assert(sizeof(VERSION_SHORT) - 1 == 16,
2121
"VERSION_SHORT must be 16 bytes long");
2222

0 commit comments

Comments
 (0)