From 6fad3a17db27d2569b6551fe25450e84c502e24c Mon Sep 17 00:00:00 2001 From: oilbeater Date: Mon, 8 Jan 2024 02:36:33 +0000 Subject: [PATCH] prepare for next release Signed-off-by: oilbeater --- .github/workflows/changelog.yaml | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index ebb61b3e1c9..7f8ce87639a 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: main + ref: master fetch-depth: 0 - run: git fetch --prune --prune-tags - run: git tag -l 'v*' diff --git a/VERSION b/VERSION index daf48f91d2c..2eac760f5d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.11.14 +v1.11.15