fix: bump version

This commit is contained in:
Tobias Reisinger 2020-06-19 16:28:47 +02:00
parent cb0614cf8c
commit 2bc11ee829

View file

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