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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-03-29 17:53:07 +0300
committerGitHub <noreply@github.com>2019-03-29 17:53:07 +0300
commit446e289e44a53aecd578843cc900b4771d3b27b9 (patch)
treefa41eff8f4fe01309fe6170417fdbf4f60c98439
parente953ea47eada18f3a375d21c1537f0116384c5ab (diff)
parent265973896e1a0a5d3c11b9ef0b67bb8e6f0983e5 (diff)
Merge pull request #14909 from nextcloud/version/rc/15.0.6rc1v15.0.6RC1
15.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 3b045829a50..28a66f3d2cc 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,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(15, 0, 5, 3);
+$OC_Version = array(15, 0, 6, 0);
// The human readable string
-$OC_VersionString = '15.0.5';
+$OC_VersionString = '15.0.6 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [