aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/newtype/version.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/newtype/version.hpp b/include/newtype/version.hpp
index b2dd19b..519ed50 100644
--- a/include/newtype/version.hpp
+++ b/include/newtype/version.hpp
@@ -13,8 +13,8 @@ namespace nt
char const * const name;
} version{
.major = 1,
- .minor = 0,
- .patch = 2,
+ .minor = 1,
+ .patch = 0,
.name = "Francesca",
};