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-09-12 13:59:20 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-09-19 11:33:56 +0300
commit91247f7d303cdc4180bd61ad23b23ab095bd8f44 (patch)
tree4cc7c130387b721570ad8324c05520e89ca1e64c
parent4e8aae50a8eaef1880181ba1e0b85d6e3c7d77a6 (diff)
16.0.5 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 220801cafb1..3c36a77760f 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(16, 0, 4, 2);
+$OC_Version = array(16, 0, 5, 0);
// The human readable string
-$OC_VersionString = '16.0.4';
+$OC_VersionString = '16.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [