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 }}