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-11-16 21:43:50 +0300
committerGitHub <noreply@github.com>2020-11-16 21:43:50 +0300
commit55e15f02216c7aec8aa176e9c52b63e27de4c888 (patch)
tree426765b6f9f7dd1f21d9fe77a33be7219285bf73
parent47ee460f8656b205ec94ce28e82fcf1990129e72 (diff)
parent240e4f40507f5705f3a8868e7232548828207d60 (diff)
Merge pull request #24092 from nextcloud/version/19.0.5/RC2v19.0.5RC2
19.0.5 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6e25daf4355..db7905dea79 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 = [19, 0, 5, 0];
+$OC_Version = [19, 0, 5, 1];
// The human readable string
-$OC_VersionString = '19.0.5 RC1';
+$OC_VersionString = '19.0.5 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [