fix: bump version

This commit is contained in:
Tobias Reisinger 2020-08-11 00:13:59 +02:00
parent 2f9be90ec1
commit ff30dadf05

View file

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