diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-07-12 13:37:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-12 13:37:05 +0200 |
commit | 3cbbc8f90f40ab9d54706a1b99d4f8833f2a6529 (patch) | |
tree | 6e344364fc17364b73203000a69665f203234b1e | |
parent | 85733377f0bb0ce1e3f54f444856f8f67399b30f (diff) | |
parent | ced87feafd564f4ff7dce0f1e20560f9dc88a7bd (diff) | |
download | nextcloud-server-3cbbc8f90f40ab9d54706a1b99d4f8833f2a6529.tar.gz nextcloud-server-3cbbc8f90f40ab9d54706a1b99d4f8833f2a6529.zip |
Merge pull request #10173 from nextcloud/version/noid/12.0.10RC1v12.0.10RC1
12.0.10 RC 1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index ad8c6460abe..ca0680a63a1 100644 --- a/version.php +++ b/version.php @@ -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, 9, 0); +$OC_Version = array(12, 0, 10, 0); // The human readable string -$OC_VersionString = '12.0.9'; +$OC_VersionString = '12.0.10 RC 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |