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:
authorblizzz <blizzz@arthur-schiwon.de>2021-09-23 13:30:05 +0300
committerGitHub <noreply@github.com>2021-09-23 13:30:05 +0300
commit785515a2daad348ece2c8cbb13270b01b654b6e5 (patch)
tree17182db81fc1c1f5e84593db178854a9fe779aea
parent4945199825f76645708ffddd1906815bc44e81b0 (diff)
parent2fee44a3b22aa10c262c996e48a9b384ec3ad099 (diff)
Merge pull request #28936 from nextcloud/version/20.0.13/rc1v20.0.13rc1
20.0.13 RC1
-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' => [