From f9fb8d7a2f0771f0de410c2e981634c0065b0601 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 12 Jun 2025 10:39:57 +0200 Subject: Release 1.5.3 --- src/buildtool/main/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/buildtool/main/version.cpp b/src/buildtool/main/version.cpp index 19c073aa..aca4519c 100644 --- a/src/buildtool/main/version.cpp +++ b/src/buildtool/main/version.cpp @@ -25,7 +25,7 @@ auto version() -> std::string { static const std::size_t kMajor = 1; static const std::size_t kMinor = 5; static const std::size_t kRevision = 3; - std::string suffix = "~beta"; + std::string suffix = std::string{}; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif -- cgit v1.2.3