From 6311406ba68452c463305573bcc8cb4ec8304276 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Mon, 23 Sep 2024 18:42:11 +0300 Subject: [PATCH] starting 0.3.1 WIP --- src/common/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/version.h b/src/common/version.h index 2d8aa929..12fd1704 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,7 +8,7 @@ namespace Common { -constexpr char VERSION[] = "0.3.0"; -constexpr bool isRelease = true; +constexpr char VERSION[] = "0.3.1 WIP"; +constexpr bool isRelease = false; } // namespace Common