Merge pull request #5989 from nextcloud/final-version-bump-stable12

Bump version to 12.0.1.5
This commit is contained in:
Lukas Reschke 2017-08-06 20:25:21 +02:00 committed by GitHub
commit bfca9fbf11
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(12, 0, 1, 4);
$OC_Version = array(12, 0, 1, 5);
// The human readable string
$OC_VersionString = '12.0.1 RC5';
$OC_VersionString = '12.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [