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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-12-09 22:24:07 +0300
committerGitHub <noreply@github.com>2020-12-09 22:24:07 +0300
commit9c053c66607a5c261bbf27a3db442addd9b5b6ee (patch)
tree9030040cda7c400cc7b1005557d73b00ed1442e0
parentf413277fe11aeaf78194317cc936ab477eb7161a (diff)
parent7830a6dd147f92c935acf161c79e08c7210e4669 (diff)
Merge pull request #24621 from nextcloud/version/20.0.3/finalv20.0.3
20.0.3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 43d4f8dc0c4..677ac6d9d9d 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, 3, 1];
+$OC_Version = [20, 0, 3, 2];
// The human readable string
-$OC_VersionString = '20.0.3 RC2';
+$OC_VersionString = '20.0.3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [