From fae617f4e2154d7117046cb88d2765bd9fdbc9ab Mon Sep 17 00:00:00 2001 From: SebiAi <41116921+SebiAi@users.noreply.github.com> Date: Mon, 10 Feb 2025 01:41:01 +0100 Subject: [PATCH] chore(Version Bump): Release v2.1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fcdac4..79ba6f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.19) -project(GlyphVisualizer VERSION 2.0.0 LANGUAGES CXX) +project(GlyphVisualizer VERSION 2.1.0 LANGUAGES CXX) set(GV_VERSION "v${PROJECT_VERSION}") set(BUILDINFO_GIT_COMMIT_HASH "unknown")