aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2020-01-05 14:39:31 +0100
committerFelix Morgner <felix.morgner@gmail.com>2020-01-05 14:39:31 +0100
commitda53a8c42f7092f58586480080738a540eed64ca (patch)
treec2080a4a8f1b75d7f005b76ae445c7e81c7df62a /include
parent37a97c9c2e036a64f73cb50db5c5701436904162 (diff)
downloadnewtype-da53a8c42f7092f58586480080738a540eed64ca.tar.xz
newtype-da53a8c42f7092f58586480080738a540eed64ca.zip
newtype: bump version to 1.0.1
Diffstat (limited to 'include')
-rw-r--r--include/newtype/version.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/newtype/version.hpp b/include/newtype/version.hpp
index c7c3314..be6e26e 100644
--- a/include/newtype/version.hpp
+++ b/include/newtype/version.hpp
@@ -14,7 +14,7 @@ namespace nt
} version{
.major = 1,
.minor = 0,
- .patch = 0,
+ .patch = 1,
.name = "Francesca",
};