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 <roeland@famdouma.nl>2019-03-29 14:57:03 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-29 15:33:12 +0300
commit265973896e1a0a5d3c11b9ef0b67bb8e6f0983e5 (patch)
treefa41eff8f4fe01309fe6170417fdbf4f60c98439
parente953ea47eada18f3a375d21c1537f0116384c5ab (diff)
15.0.6 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [