From 1415a9a095546ad8212f9b2149abb9bd3f55bf63 Mon Sep 17 00:00:00 2001 From: Curve Date: Sun, 5 May 2024 22:33:09 +0200 Subject: [PATCH] chore: bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57c61a4..fb71148 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(lime LANGUAGES CXX VERSION 3.0) +project(lime LANGUAGES CXX VERSION 3.1) # -------------------------------------------------------------------------------------------------------- # Library options