Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rlavendomme committed Jun 16, 2021
1 parent cc6cfc1 commit fad5720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/controller.h
Expand Up @@ -48,7 +48,7 @@ class Ctrl{
bool unittestSurface();
bool unittestFloodfill();

inline static const std::string s_version = "beta 1";
inline static const std::string s_version = "0.1.0";
private:
// consider making static pointer for model
Model* _current_calculation;
Expand Down

0 comments on commit fad5720

Please sign in to comment.