diff --git a/src/common/version.h b/src/common/version.h index 5e659960..faca24f2 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,7 +8,7 @@ namespace Common { -constexpr char VERSION[] = "0.4.1 WIP"; +constexpr char VERSION[] = "0.5.0"; constexpr bool isRelease = false; } // namespace Common