From 7df39196170abf0ee51b85d87d1b34f01f870451 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Mon, 23 Sep 2024 18:17:50 +0300 Subject: [PATCH] added 0.3.0 version --- 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 80de187b0..2d8aa929b 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,7 +8,7 @@ namespace Common { -constexpr char VERSION[] = "0.2.1 WIP"; -constexpr bool isRelease = false; +constexpr char VERSION[] = "0.3.0"; +constexpr bool isRelease = true; } // namespace Common