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>2020-01-23 21:57:11 +0300
committerGitHub <noreply@github.com>2020-01-23 21:57:11 +0300
commit3c414b35341b7990d5cf5a6d3133c4e9b4764187 (patch)
tree86d96e0166b775bc2ba0eea93330674693b3e93a
parentd6d35013bb6e94e6e7b73b2dcce63e09345b90ce (diff)
parent10ccd41ef61553791d5d3e6d1a0282538ce22e64 (diff)
Merge pull request #19027 from nextcloud/version/16.0.8/rc1v16.0.8RC1
16.0.8 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index cc52a8c6cca..f7a8cebd841 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, 7, 1);
+$OC_Version = array(16, 0, 8, 0);
// The human readable string
-$OC_VersionString = '16.0.7';
+$OC_VersionString = '16.0.8 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [