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)