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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-08-03 18:11:56 +0300
committerGitHub <noreply@github.com>2021-08-03 18:11:56 +0300
commita09a7fc6ae1c18aeba4fef5775a670aea8003890 (patch)
tree42211128cd72ad0dedc2546e114cd80abd311d9c
parent6c27354daebce37a38d52fceb68e9fe4371d3619 (diff)
parent88e51300f10b16948bdf08fb6ac608d90812b4a1 (diff)
Merge pull request #28300 from nextcloud/version/22.0.12/Finalv20.0.12
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f7bd74f776c..caebea83301 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 = [20, 0, 12, 0];
+$OC_Version = [20, 0, 12, 1];
// The human readable string
-$OC_VersionString = '20.0.12 RC1';
+$OC_VersionString = '20.0.12';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [