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-25 21:51:26 +0300
committerGitHub <noreply@github.com>2019-02-25 21:51:26 +0300
commit165dc87bef52cd3b814c1c326a8e481b40af98a8 (patch)
tree0a87aa29275d287b7d37026d97a91d839852d110
parent7a4e7df93965608b946517bd090983394ece628c (diff)
parent1473cbfd145e471d8f3ece2895c110826e6a5186 (diff)
Merge pull request #14375 from nextcloud/version/noid/14.0.8RC2v14.0.8RC2
14.0.8 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1877dec1894..9b356d9283d 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, 8, 0);
+$OC_Version = array(14, 0, 8, 1);
// The human readable string
-$OC_VersionString = '14.0.8 RC 1';
+$OC_VersionString = '14.0.8 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [