summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-12-07 21:20:14 +0100
committerGitHub <noreply@github.com>2020-12-07 21:20:14 +0100
commit0576ca83fd5ad9bb1154f28054f1774788c7ff99 (patch)
tree9d56130eeaac786ddd683830cdc31264d0f1ac93
parentb9011c1d1d4098b8359ac4adabf2e83f20e53428 (diff)
parentd73ba6595a45f73470e512d326d989cab4a0927c (diff)
downloadnextcloud-server-20.0.3RC2.tar.gz
nextcloud-server-20.0.3RC2.zip
Merge pull request #24584 from nextcloud/version/20.0.3/RC2v20.0.3RC2
20.0.3 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 064be3fd19b..43d4f8dc0c4 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, 0];
+$OC_Version = [20, 0, 3, 1];
// The human readable string
-$OC_VersionString = '20.0.3 RC1';
+$OC_VersionString = '20.0.3 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [