add: bump version

This commit is contained in:
Tobias Reisinger 2020-09-06 13:14:06 +02:00
parent d3fd48b35a
commit 4b39631765
2 changed files with 1 additions and 7 deletions

View file

@ -47,12 +47,6 @@ steps:
- cmake ..
- make test
- name: show-log-valgrind
image: bash
pull: always
commands:
- cat tests/testing_latest/valgrind.log
- name: gitea_release
image: plugins/gitea-release
settings:

View file

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