Skip to content

Commit 60c3021

Browse files
committed
🔖 Bump version
1 parent a37ef49 commit 60c3021

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
@@ -15,12 +15,12 @@
1515
#endif
1616

1717
// Must match release on Github
18-
#define GITHUB_TAG "Alpha 5.11.2"
18+
#define GITHUB_TAG "Alpha 5.11.3"
1919

2020
const char GIT_TAG[] = GITHUB_TAG;
2121

2222
// Must be exactly 16 bytes long
23-
const char VERSION_SHORT[] = "RiiStudioA5.11.2";
23+
const char VERSION_SHORT[] = "RiiStudioA5.11.3";
2424
static_assert(sizeof(VERSION_SHORT) - 1 == 16,
2525
"VERSION_SHORT must be 16 bytes long");
2626

0 commit comments

Comments
 (0)