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-03-05 21:26:08 +0300
committerGitHub <noreply@github.com>2020-03-05 21:26:08 +0300
commite79aa2050c24a58c57fe85adc8f34fef954ebae0 (patch)
tree14b5155a4c9990339a4511c1f5178836445fc174
parent8d88db3173f1e01effb6aa1942cc58b2e4c15a10 (diff)
parentef3f48124b81e41155dfa901ba8eacbf99b8e70b (diff)
Merge pull request #19732 from nextcloud/version/18.0.2/RC1v18.0.2RC1
18.0.2 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 7141589fa45..daa081212cf 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, 1, 3);
+$OC_Version = array(18, 0, 2, 0);
// The human readable string
-$OC_VersionString = '18.0.1';
+$OC_VersionString = '18.0.2 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [