diff --git a/src/common/version.h b/src/common/version.h index 12fd1704..14dfe611 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,7 +8,7 @@ namespace Common { -constexpr char VERSION[] = "0.3.1 WIP"; -constexpr bool isRelease = false; +constexpr char VERSION[] = "0.4.0"; +constexpr bool isRelease = true; } // namespace Common