From 28dbc02f418a6d30deb64cece8f3b0b3bbd1831d Mon Sep 17 00:00:00 2001 From: thesyncim Date: Thu, 29 Feb 2024 16:03:41 +0000 Subject: [PATCH 1/2] Bump version to v1.11.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84e0db95..b0776f47 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 10 +CURRENT_VERSION_MINOR = 11 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe) From d8eb634baa0bfb5b72c05c613dbff17e59307610 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Thu, 29 Feb 2024 16:48:32 +0000 Subject: [PATCH 2/2] bump vsoch --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 652233fa..54616592 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: pull-request-action - uses: vsoch/pull-request-action@1.0.24 + uses: vsoch/pull-request-action@1.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PULL_REQUEST_BRANCH: "main"