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) <skjnldsv@protonmail.com>2021-07-26 10:33:24 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-28 10:12:14 +0300
commitae4b1ec1f7e38ba17aa22538514bfdd18189f0fb (patch)
tree5835998e3b61999de4824421d3591fed2f3d8654 /version.php
parent721b32c27158e1a35c7ce53179608d7de8315673 (diff)
20.0.12 RC1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 37fa5f7ddc6..f7bd74f776c 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, 11, 1];
+$OC_Version = [20, 0, 12, 0];
// The human readable string
-$OC_VersionString = '20.0.11';
+$OC_VersionString = '20.0.12 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [