From cd3220b0f3a6dd71ba5115961e7b20bfdbf120ef Mon Sep 17 00:00:00 2001 From: Saturneric Date: Sat, 23 Jul 2022 04:05:39 +0800 Subject: [PATCH] feat(project): upgrade to v2.0.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aaf00e4e..171238eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.16) # define project -project(GpgFrontend VERSION 2.0.8 LANGUAGES CXX) +project(GpgFrontend VERSION 2.0.9 LANGUAGES CXX) # show cmake version message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}")