From 86f5af0b95344776003a528f4c787f5da9543677 Mon Sep 17 00:00:00 2001 From: Andreas Heinrich Date: Thu, 13 Jun 2024 17:41:43 +0200 Subject: [PATCH] Update CMakeLists.txt Signed-off-by: Andreas Heinrich --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c73f8108..28ea38a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) project(everest-utils - VERSION 0.2.3 + VERSION 0.3.0 DESCRIPTION "A collection of utilities for the EVerest project" LANGUAGES CXX C )