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