From 001b7b9e27d5ed3a3f02620c609aec624fb630be Mon Sep 17 00:00:00 2001 From: "Sipsuru (Dragon Patches)" Date: Sun, 15 Dec 2024 11:04:32 +0530 Subject: [PATCH] Update cp_dispatch.yml --- .github/workflows/cp_dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cp_dispatch.yml b/.github/workflows/cp_dispatch.yml index 467c335..a0bb83f 100644 --- a/.github/workflows/cp_dispatch.yml +++ b/.github/workflows/cp_dispatch.yml @@ -6,7 +6,7 @@ on: version_to_patch: description: 'The Version You Want to Patch' required: true - default: '5.20.0' + default: '5.21.0' env: VERSION_TO_PATCH: ${{ github.event.inputs.version_to_patch }}