diff --git a/src/common/version.h b/src/common/version.h index 41c005971..8492c7d97 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,6 +8,6 @@ namespace Common { -constexpr char VERSION[] = "0.1.0"; +constexpr char VERSION[] = "0.1.1 WIP"; } // namespace Common