Skip to content

Commit

Permalink
Move build number to patch version position after bintray incident
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Apr 26, 2021
1 parent 8e6077e commit 801d447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/klogg-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ runs:
- name: Set klogg version
shell: sh
run: |
echo "KLOGG_VERSION=21.04.0.$((${{ github.run_number }} + 717))" >> $GITHUB_ENV
echo "KLOGG_VERSION=21.04.$((${{ github.run_number }} + 717))" >> $GITHUB_ENV
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

project(klogg
VERSION 21.04.0
VERSION 21.04
DESCRIPTION "klogg log viewer"
LANGUAGES C CXX ASM)

Expand Down

0 comments on commit 801d447

Please sign in to comment.