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-08-25 10:41:28 +0300
committerGitHub <noreply@github.com>2020-08-25 10:41:28 +0300
commit02264a11a8aa6c5ab6eca596ef905438cdf38227 (patch)
treebe25b2e5d4d1145365a5a425cc44ddeab4c0e30f
parentead4d98accd0296ed487741c3769927cce10e814 (diff)
parentd1ecb536eea2fe05996eae22d237c241d7739368 (diff)
Merge pull request #22350 from nextcloud/version/18.0.8/RC2v18.0.8RC2
18.0.8 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d930752cf91..4d48d2e55a6 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(18, 0, 8, 0);
+$OC_Version = array(18, 0, 8, 1);
// The human readable string
-$OC_VersionString = '18.0.8 RC1';
+$OC_VersionString = '18.0.8 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [