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-29 23:10:21 +0300
committerGitHub <noreply@github.com>2021-09-29 23:10:21 +0300
commit43a0a9a3213588d5f6fc88a0e52df6b8a0b9b9ec (patch)
tree4f06dbb4ad060e348c233578dc8d98ca01962690
parent7303c09de0baa41ba36ee532f842a53906b9d3f8 (diff)
parentb89453121110f3825fe56cdfb3a58a6c4d7131ef (diff)
Merge pull request #28986 from nextcloud/version/20.0.13/finalv20.0.13
20.0.13
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d05d64a0db8..23089d17e23 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, 13, 0];
+$OC_Version = [20, 0, 13, 1];
// The human readable string
-$OC_VersionString = '20.0.13 RC1';
+$OC_VersionString = '20.0.13';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [