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

[stable12] Bump version to 12.0.3
This commit is contained in:
Roeland Jago Douma 2017-09-18 20:01:51 +02:00 committed by GitHub
commit 3488a2099f
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, 3, 1);
$OC_Version = array(12, 0, 3, 2);
// The human readable string
$OC_VersionString = '12.0.3 RC2';
$OC_VersionString = '12.0.3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [