aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a81d64..3c29a76 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION "3.9.0")
project("newtype"
- VERSION "1.0.2"
+ VERSION "1.1.0"
LANGUAGES CXX
DESCRIPTION "A library of types and functions to create strong type aliases"
)