From 4614ba50acbf640cef3cce8b5fdaf06dfd568390 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Fri, 19 Jun 2020 00:28:48 +0200 Subject: [PATCH] fix: patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7082966..999b22a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project(core - VERSION 0.1.1 + VERSION 0.1.2 LANGUAGES C) add_executable(core src/main.c)