From 6b633ce388358e42052633b5d69f1fef5f913197 Mon Sep 17 00:00:00 2001 From: Anton Filimonov Date: Sun, 28 Nov 2021 20:26:25 +0100 Subject: [PATCH] Bump version --- .github/actions/klogg-version/action.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/klogg-version/action.yml b/.github/actions/klogg-version/action.yml index fd95c57fe..d2340ddf4 100644 --- a/.github/actions/klogg-version/action.yml +++ b/.github/actions/klogg-version/action.yml @@ -6,4 +6,4 @@ runs: - name: Set klogg version shell: sh run: | - echo "KLOGG_VERSION=21.09.0.$((${{ github.run_number }} + 717))" >> $GITHUB_ENV \ No newline at end of file + echo "KLOGG_VERSION=21.12.0.$((${{ github.run_number }} + 717))" >> $GITHUB_ENV \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 23da067e5..f493e0874 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)