aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2020-03-01 12:22:24 +0100
committerFelix Morgner <felix.morgner@gmail.com>2020-03-01 12:22:24 +0100
commit4d069aa26c362b49da5a2ded78dc92cde3c6ffaf (patch)
treea2e1b4760713a20ae63c3a72ae47425a71e7053c /include
parent081688443d12de12d7b66b44630e4c7e0681fabe (diff)
parent1bd35044ee96e2bccb66749be5a48307c6e28218 (diff)
downloadnewtype-4d069aa26c362b49da5a2ded78dc92cde3c6ffaf.tar.xz
newtype-4d069aa26c362b49da5a2ded78dc92cde3c6ffaf.zip
Merge tag 'v1.1.0' into develop
newtype 1.1.0 - Anastasia * Implement support for the derivation of iterator functions and types
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