Skip to content

Commit 3c8a006

Browse files
committed
🔖 Bump version
1 parent 2690623 commit 3c8a006

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,7 +11,7 @@
1111
#endif
1212

1313
// Must match release on Github
14-
const char GIT_TAG[] = "Alpha 5.10.13 (Hotfix 7)";
14+
const char GIT_TAG[] = "Alpha 5.10.13 (Hotfix 8)";
1515

1616
// Must be exactly 16 bytes long
1717
const char VERSION_SHORT[] = "RiiStudioA5.10.d";
@@ -23,7 +23,7 @@ static_assert(sizeof(VERSION_SHORT) - 1 == 16,
2323
#elif defined(BUILD_RELEASE)
2424
#define RII_BUILD "Alpha Release"
2525
#elif defined(BUILD_DIST)
26-
#define RII_BUILD "Alpha 5.10.13 (Hotfix 7)"
26+
#define RII_BUILD "Alpha 5.10.13 (Hotfix 8)"
2727
#else
2828
#define RII_BUILD "Custom"
2929
#endif

0 commit comments

Comments
 (0)