Skip to content

Commit

Permalink
upping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aembler committed Dec 9, 2016
1 parent 3313379 commit f6e2426
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
@@ -1,5 +1,5 @@
module.exports = function(grunt, config, parameters, done) {
var zipUrl = parameters.releaseSourceZip || 'https://github.com/concrete5/concrete5/archive/release/5.7.5.11.zip';
var zipUrl = parameters.releaseSourceZip || 'https://github.com/concrete5/concrete5/archive/5.7.x.zip';
var workFolder = parameters.releaseWorkFolder || './release';
function endForError(e) {
process.stderr.write(e.message || e);
Expand Down
4 changes: 2 additions & 2 deletions web/concrete/config/concrete.php
Expand Up @@ -7,8 +7,8 @@
*
* @var string
*/
'version' => '5.7.5.11',
'version_installed' => '5.7.5.11',
'version' => '5.7.5.12',
'version_installed' => '5.7.5.12',
'version_db' => '20160615000000', // the key of the latest database migration

/**
Expand Down

0 comments on commit f6e2426

Please sign in to comment.