From 49c252a8fede9a3b06f5e659c1033267b511a9eb Mon Sep 17 00:00:00 2001 From: Hanwen <68928867+hanwen-pcluste@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:30:17 -0700 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index a73bfc510..e73b41221 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -12,7 +12,7 @@ on: # Friendly description to be shown in the UI instead of 'name' description: 'The version to bump to' # Default value if no value is explicitly provided - default: '3.11.0' + default: '3.12.0' # Input has to be provided for the workflow to run required: true # The data type of the input @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 - name: Modifiy the specific files using scripts - run: ./util/bump-version.sh 3.11.0 1.4.0 + run: ./util/bump-version.sh 3.12.0 1.5.0 - name: Create Pull Requests uses: peter-evans/create-pull-request@v6