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:
authorMorris Jobke <hey@morrisjobke.de>2018-03-09 22:53:21 +0300
committerGitHub <noreply@github.com>2018-03-09 22:53:21 +0300
commit5b1a4e7462b36efb151c352b88e8c8095c875215 (patch)
treed5f3bd284a0d1ab615940fb439e538a01a4726d2
parent257fbf9bf3488394496914fdba119ab1701e4271 (diff)
parent64d55de285078d6e5379d15b65252d5efb76e66e (diff)
Merge pull request #8751 from nextcloud/11.0.8-rc1v11.0.8RC1
11.0.8 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 7ae0c87a563..c33a0a1a7c3 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(11, 0, 7, 3);
+$OC_Version = array(11, 0, 8, 0);
// The human readable string
-$OC_VersionString = '11.0.7';
+$OC_VersionString = '11.0.8 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [