Bump version to v0.4.1

This commit is contained in:
Tobias Reisinger 2020-11-19 23:42:06 +01:00
parent 1f315d2b92
commit 19a4a14cb9

View file

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