Skip to content

Commit

Permalink
Merge pull request concretecms#12298 from aembler/9.3.x
Browse files Browse the repository at this point in the history
Updating version number for new release
  • Loading branch information
aembler authored Nov 6, 2024
2 parents cd2ceaa + 675490a commit 400de02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.6.zip';
var zipUrl = parameters.releaseSourceZip || 'https://github.com/concretecms/concretecms/archive/refs/tags/9.3.7.zip';
var workFolder = parameters.releaseWorkFolder || './release';
function endForError(e) {
process.stderr.write(e.message || e);
Expand Down
4 changes: 2 additions & 2 deletions concrete/config/concrete.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* @var string
*/
'version' => '9.3.6',
'version_installed' => '9.3.6',
'version' => '9.3.7',
'version_installed' => '9.3.7',
'version_db' => '20240910000000', // the key of the latest database migration

/*
Expand Down

0 comments on commit 400de02

Please sign in to comment.