Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Aug 13, 2023
1 parent e7b361f commit edc7582
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
Expand Up @@ -6,4 +6,4 @@ runs:
- name: Set klogg version
shell: sh
run: |
echo "KLOGG_VERSION=23.07.0.$((${{ github.run_number }} + 717))" >> $GITHUB_ENV
echo "KLOGG_VERSION=23.08.0.$((${{ github.run_number }} + 717))" >> $GITHUB_ENV
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

project(
klogg
VERSION 23.07.0
VERSION 23.08.0
DESCRIPTION "klogg log viewer"
LANGUAGES C CXX ASM
)
Expand Down

0 comments on commit edc7582

Please sign in to comment.