aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-05-09 15:09:59 +0000
committerSaturneric <[email protected]>2022-05-09 15:09:59 +0000
commit3253e4b8d85ac10b95a1775ec1feb5338c44c0a5 (patch)
tree1dfa1891bbaf93901ee43ba8db768cb3222c4b8c
parentfix: avoid block when refreshing keys (diff)
downloadGpgFrontend-3253e4b8d85ac10b95a1775ec1feb5338c44c0a5.tar.gz
GpgFrontend-3253e4b8d85ac10b95a1775ec1feb5338c44c0a5.zip
refactor: increase version to 2.0.7
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1b411b90..dab19b45 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@
cmake_minimum_required(VERSION 3.16)
# define project
-project(GpgFrontend VERSION 2.0.6 LANGUAGES CXX)
+project(GpgFrontend VERSION 2.0.7 LANGUAGES CXX)
# show cmake version
message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}")