From ff30dadf0534840e2ed2cb64f15e5d9fc410fcd1 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 11 Aug 2020 00:13:59 +0200 Subject: [PATCH] fix: bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62a8c35..e5622c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project(core - VERSION 0.2.5 + VERSION 0.2.6 LANGUAGES C) add_executable(core src/main.c)