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-12-09 22:53:23 +0300
committerGitHub <noreply@github.com>2020-12-09 22:53:23 +0300
commitbb8bfc5d41b950e05de6073f8a71de6557ed7507 (patch)
treef86bba14327d96b774272c7d5c51ace8f24d0c7b
parentda6b07eb5fce2019bf6082bf9aaa858217a652d7 (diff)
parent43f02e65430cdd708baef0eefe1917dce595d46f (diff)
Merge pull request #24623 from nextcloud/version/18.0.12/finalv18.0.12
18.0.12
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1eb7428e688..0ee1b6f8617 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, 12, 1);
+$OC_Version = array(18, 0, 12, 2);
// The human readable string
-$OC_VersionString = '18.0.12 RC2';
+$OC_VersionString = '18.0.12';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [