Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 28, 2021
1 parent 9fade8b commit 6b633ce
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.09.0.$((${{ github.run_number }} + 717))" >> $GITHUB_ENV
echo "KLOGG_VERSION=21.12.0.$((${{ 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.09.0
VERSION 21.12.0
DESCRIPTION "klogg log viewer"
LANGUAGES C CXX ASM)

Expand Down

0 comments on commit 6b633ce

Please sign in to comment.