From 85e6e98eade13823cbfebeba17343f894526b83d Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Thu, 31 Oct 2024 16:58:57 +0200 Subject: [PATCH] marked 0.4.0 release --- 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 12fd17041..14dfe611a 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,7 +8,7 @@ namespace Common { -constexpr char VERSION[] = "0.3.1 WIP"; -constexpr bool isRelease = false; +constexpr char VERSION[] = "0.4.0"; +constexpr bool isRelease = true; } // namespace Common