Skip to content

Commit

Permalink
updates for release
Browse files Browse the repository at this point in the history
Former-commit-id: a71b909
  • Loading branch information
aembler committed Jan 10, 2015
1 parent 5522a2c commit bf776d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/concrete/config/concrete.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
'version' => '5.7.3.1',
'version_installed' => '5.7.3.1',
'version_db' => '20150105000000', // the key of the latest database migration - corresponds to 5.7.3
'version_db' => '20150109000000', // the key of the latest database migration - corresponds to 5.7.3

/**
* Installation status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Version5731 extends AbstractMigration

public function getName()
{
return '20150105000000';
return '20150109000000';
}

public function up(Schema $schema)
Expand Down

0 comments on commit bf776d8

Please sign in to comment.