diff --git a/src/common/version.h b/src/common/version.h index e9de728e..fd14c18b 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,6 +8,6 @@ namespace Common { -constexpr char VERSION[] = "0.0.3"; +constexpr char VERSION[] = "0.0.4 WIP"; } // namespace Common