diff --git a/.github/workflows/cp_dispatch.yml b/.github/workflows/cp_dispatch.yml index 01762b2..c64f8e9 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.17.0' + default: '5.18.0' env: VERSION_TO_PATCH: ${{ github.event.inputs.version_to_patch }}