diff --git a/.github/workflows/moodle-release.yml b/.github/workflows/moodle-release.yml index bf585047..555a34bf 100644 --- a/.github/workflows/moodle-release.yml +++ b/.github/workflows/moodle-release.yml @@ -44,7 +44,7 @@ jobs: --data-urlencode "altdownloadurl=${ZIPURL}" \ --data-urlencode "releasenotes=${BODY}" \ --data-urlencode "releasenotesformat=4") - echo "::set-output name=response::${RESPONSE}" + echo "response=${RESPONSE}" >> $GITHUB_OUTPUT - name: Evaluate the response id: evaluate-response env: diff --git a/version.php b/version.php index 9bd21077..8960a063 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->version = 2023050900; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2020061500; // Requires Moodle 3.9+. $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'v4.0-r1'; +$plugin->release = 'v4.2-r1'; $plugin->component = 'mod_ratingallocate'; // To check on upgrade, that module sits in correct place