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>2019-02-20 18:22:01 +0300
committerGitHub <noreply@github.com>2019-02-20 18:22:01 +0300
commit150e4f1abd97ae93a1bdb496ea99e27a0287185a (patch)
tree36f6372b3fc68ebc5e748e17b429947de8c82009
parentd4d62435e9590bd2baff1da1c449308075c273dd (diff)
parent5e2059968fb0ff6539dc60cd21897f715f4925cd (diff)
Merge pull request #14305 from nextcloud/version/noid/14.0.8RC1v14.0.8RC1
14.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 ff275a00ed8..1877dec1894 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(14, 0, 7, 1);
+$OC_Version = array(14, 0, 8, 0);
// The human readable string
-$OC_VersionString = '14.0.7';
+$OC_VersionString = '14.0.8 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [