diff --git a/include/snowhouse/macros.h b/include/snowhouse/macros.h index 79e2f73..b119977 100644 --- a/include/snowhouse/macros.h +++ b/include/snowhouse/macros.h @@ -3,8 +3,8 @@ // clang-format off #define SNOWHOUSE_MAJOR 3 -#define SNOWHOUSE_MINOR 0 -#define SNOWHOUSE_PATCH 1 +#define SNOWHOUSE_MINOR 1 +#define SNOWHOUSE_PATCH 0 #define SNOWHOUSE_TOSTRING(x) #x #define SNOWHOUSE_MACROTOSTRING(x) SNOWHOUSE_TOSTRING(x)