From 4b39631765a5320982132f3fd720a248a84f5464 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sun, 6 Sep 2020 13:14:06 +0200 Subject: [PATCH] add: bump version --- .drone.yml | 6 ------ CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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)