diff --git a/src/common/version.h b/src/common/version.h index 41c00597..8492c7d9 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