From af3bbc33e94c195b85e7327252f944747eeb8113 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Tue, 2 Jul 2024 00:39:10 +0300 Subject: [PATCH] increase version --- src/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/version.h b/src/common/version.h index 41c00597..8492c7d9 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,6 +8,6 @@ namespace Common { -constexpr char VERSION[] = "0.1.0"; +constexpr char VERSION[] = "0.1.1 WIP"; } // namespace Common