We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55cec1 commit ec7a541Copy full SHA for ec7a541
src/common/version.h
@@ -8,7 +8,7 @@
8
9
namespace Common {
10
11
-constexpr char VERSION[] = "0.5.1 WIP";
12
-constexpr bool isRelease = false;
+constexpr char VERSION[] = "0.6.0";
+constexpr bool isRelease = true;
13
14
} // namespace Common
0 commit comments