From c4ce8622ad0cf6cbd4c0e7f62ae5f69eb851a108 Mon Sep 17 00:00:00 2001 From: Anton Filimonov Date: Thu, 14 Nov 2024 17:29:03 +0100 Subject: [PATCH] chore: 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 95bb2912d..c1e933a9f 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=23.08.0.$((${{ github.run_number }} + 717))" >> $GITHUB_ENV \ No newline at end of file + echo "KLOGG_VERSION=24.11.0.$((${{ github.run_number }} + 717))" >> $GITHUB_ENV diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e65711a4..216bb5894 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) project( klogg - VERSION 23.08.0 + VERSION 24.11.0 DESCRIPTION "klogg log viewer" LANGUAGES C CXX ASM )