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-12-13 01:30:24 +0300
committerGitHub <noreply@github.com>2019-12-13 01:30:24 +0300
commit0c0600af09f5e730723b26e6055ea4e59e7b2561 (patch)
tree4724bb16927c70732a235c7ae31a2bfd9c2c25f5 /version.php
parent20f6ab10403e735b62868df1703d1a1b8ed8e4e1 (diff)
parent0fad25b78c73c232464a5e0fb099825394cad86d (diff)
Merge pull request #18345 from nextcloud/version/16.0.7/rc1v16.0.7RC1
16.0.7 RC1
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index eb138eeddb2..e69ed88fb3f 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, 6, 1);
+$OC_Version = array(16, 0, 7, 0);
// The human readable string
-$OC_VersionString = '16.0.6';
+$OC_VersionString = '16.0.7 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [