diff --git a/lib/snowman.hpp b/lib/snowman.hpp index a59f132..ad49999 100644 --- a/lib/snowman.hpp +++ b/lib/snowman.hpp @@ -121,8 +121,8 @@ class Snowman { bool debugOutput; // version - const static int MAJOR_VERSION = 0; - const static int MINOR_VERSION = 2; + const static int MAJOR_VERSION = 1; + const static int MINOR_VERSION = 0; const static int PATCH_VERSION = 0; };