Bump version and fix gitea release

This commit is contained in:
Tobias Reisinger 2020-11-22 01:37:34 +01:00
parent 79b1f3b2cf
commit 5d3c94ef8c
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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)