diff --git a/src/common/version.h b/src/common/version.h index 92fd18fb2f7..708d9ec4afe 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,7 +8,7 @@ namespace Common { -constexpr char VERSION[] = "0.1.1 WIP"; -constexpr bool isRelease = false; +constexpr char VERSION[] = "0.2.0"; +constexpr bool isRelease = true; } // namespace Common