Skip to content

Commit

Permalink
Merge pull request #12057 from aembler/9.2.x
Browse files Browse the repository at this point in the history
Preparing for 9.2.9
  • Loading branch information
aembler committed May 7, 2024
2 parents fc87740 + 291d1ad commit f96c5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/build-release/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const download = require('download');

module.exports = function(grunt, config, parameters, done) {
var zipUrl = parameters.releaseSourceZip || 'https://github.com/concretecms/concretecms/archive/refs/tags/9.2.8.zip';
var zipUrl = parameters.releaseSourceZip || 'https://github.com/concretecms/concretecms/archive/refs/tags/9.2.9.zip';
var workFolder = parameters.releaseWorkFolder || './release';
function endForError(e) {
process.stderr.write(e.message || e);
Expand Down

0 comments on commit f96c5de

Please sign in to comment.