Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-03-09 23:10:07 +0300
committerGitHub <noreply@github.com>2018-03-09 23:10:07 +0300
commit921a5ff3e6710dc39f8c608ae8009d49024a2837 (patch)
tree1faa03bf1584d0828462256733d951a6dfe26334
parent4943e157958c03b800487cea0f7c2b3aeeae522a (diff)
parent49b6e630b7d9e5c04df1ead9f202e6c5a31ee009 (diff)
Merge pull request #8750 from nextcloud/12.0.6-rc1v12.0.6RC1
12.0.6 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6821baa2278..2a5c72c03e1 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, 5, 3);
+$OC_Version = array(12, 0, 6, 0);
// The human readable string
-$OC_VersionString = '12.0.5';
+$OC_VersionString = '12.0.6 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [