From 6163d203bb0c86c97142d9d72525454e95d85277 Mon Sep 17 00:00:00 2001 From: riidefi <34194588+riidefi@users.noreply.github.com> Date: Sat, 15 Jun 2024 17:03:13 -0600 Subject: [PATCH] :bookmark: Bump version --- source/core/util/timestamp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/util/timestamp.cpp b/source/core/util/timestamp.cpp index 9dca3494..2d661014 100644 --- a/source/core/util/timestamp.cpp +++ b/source/core/util/timestamp.cpp @@ -11,12 +11,12 @@ #endif // Must match release on Github -#define GITHUB_TAG "Alpha 5.11.1" +#define GITHUB_TAG "Alpha 5.11.2" const char GIT_TAG[] = GITHUB_TAG; // Must be exactly 16 bytes long -const char VERSION_SHORT[] = "RiiStudioA5.11.1"; +const char VERSION_SHORT[] = "RiiStudioA5.11.2"; static_assert(sizeof(VERSION_SHORT) - 1 == 16, "VERSION_SHORT must be 16 bytes long");