From 12bf706ddece7b1730eb1453c2c46fda2255c547 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 26 Feb 2025 12:09:08 +0100 Subject: newtype: bump version --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e154430..1b74f2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION "3.25.0") project("newtype" LANGUAGES CXX DESCRIPTION "A library of types and functions to create strong type aliases" + VERSION "1.2.0" ) # Project Options -- cgit v1.2.3