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>2020-12-03 15:22:28 +0300
committerGitHub <noreply@github.com>2020-12-03 15:22:28 +0300
commitfe6164bd60d478ae606844d0620ffcc44a9bd79b (patch)
treee52e68b1f03c605f140746e39b995055dec57cb7
parent673c6deb5c610eb2ce58a2ddb1e6a2dd0710e8f6 (diff)
parentd2e9afd3aa7218da03b55b35d25c48a46ad7f8ba (diff)
Merge pull request #24470 from nextcloud/version/18.0.12/RC1
18.0.12 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 197aa63384a..6c3e1c5cf4d 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, 11, 2);
+$OC_Version = array(18, 0, 12, 0);
// The human readable string
-$OC_VersionString = '18.0.11';
+$OC_VersionString = '18.0.12 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [