diff --git a/.drone.yml b/.drone.yml index 3394189..e0ed31a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/CMakeLists.txt b/CMakeLists.txt index 532a906..8a34ecd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)