diff --git a/src/common/version.h b/src/common/version.h index faca24f2f..6ee4bac97 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -9,6 +9,6 @@ namespace Common { constexpr char VERSION[] = "0.5.0"; -constexpr bool isRelease = false; +constexpr bool isRelease = true; } // namespace Common