From 03b9c046b06d1b8cc3610ba9d3359965f51f1a82 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 14 Jul 2020 20:47:25 +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 a85fc70..41f11a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project(controller - VERSION 0.2.4 + VERSION 0.2.5 LANGUAGES C) add_executable(controller src/main.c)