From 5d3c94ef8ce450312df64c586323902d98e454f3 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sun, 22 Nov 2020 01:37:34 +0100 Subject: [PATCH] Bump version and fix gitea release --- .drone.yml | 4 +--- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6e3a605..4b72953 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,9 +20,7 @@ steps: api_key: from_secret: gitea_token base_url: https://git.serguzim.me - files: - - build/controller - - build/controller.ini + title: ${DRONE_TAG} when: event: tag diff --git a/CMakeLists.txt b/CMakeLists.txt index ee771eb..c564e1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project(controller - VERSION 0.3.7 + VERSION 0.4.0 LANGUAGES C) add_executable(controller src/main.c)