fix: bump version

This commit is contained in:
Tobias Reisinger 2020-07-14 20:47:25 +02:00
parent eefe50b3cd
commit 03b9c046b0

View file

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7) cmake_minimum_required (VERSION 3.7)
project(controller project(controller
VERSION 0.2.4 VERSION 0.2.5
LANGUAGES C) LANGUAGES C)
add_executable(controller src/main.c) add_executable(controller src/main.c)