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