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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-09-23 10:55:55 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-09-23 10:55:55 +0300
commit2fee44a3b22aa10c262c996e48a9b384ec3ad099 (patch)
tree09849db06e9e05e8c213015468b5b39a46b18c8c
parent7a34dd4a97a65943c6292d5d0c88efcb9e996bab (diff)
20.0.13 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 7efa4dc82fd..d05d64a0db8 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, 2];
+$OC_Version = [20, 0, 13, 0];
// The human readable string
-$OC_VersionString = '20.0.12';
+$OC_VersionString = '20.0.13 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [