Skip to content

Commit ec7a541

Browse files
committed
tagged 0.6.0 release
1 parent a55cec1 commit ec7a541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace Common {
1010

11-
constexpr char VERSION[] = "0.5.1 WIP";
12-
constexpr bool isRelease = false;
11+
constexpr char VERSION[] = "0.6.0";
12+
constexpr bool isRelease = true;
1313

1414
} // namespace Common

0 commit comments

Comments
 (0)