summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dade24a..eb4e841 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.30)
-project(github_mirror VERSION 0.1.3 LANGUAGES C)
+project(github_mirror VERSION 0.1.4 LANGUAGES C)
set(CMAKE_C_STANDARD 17)
include(FetchContent)