From 72440a49969df5bdd671452b4c7eeca446fbc599 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Thu, 31 Oct 2024 17:35:39 +0200 Subject: [PATCH] starting 0.4.1 --- 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 14dfe611a..5e6599604 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,7 +8,7 @@ namespace Common { -constexpr char VERSION[] = "0.4.0"; -constexpr bool isRelease = true; +constexpr char VERSION[] = "0.4.1 WIP"; +constexpr bool isRelease = false; } // namespace Common