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-12 17:54:34 +0300
committerGitHub <noreply@github.com>2020-11-12 17:54:34 +0300
commit9c59778ee15e3bb23458535128192bea82214566 (patch)
tree9b6dd6710540870b9f84b3c7c54b561e0e74aedf
parent38b060628b33c6368704e13e64eeb97d15612c0a (diff)
parent13e290892f5a65a79bda5ffcdbc9b64dae871cd0 (diff)
Merge pull request #23990 from nextcloud/version/19.0.5/RC1v19.0.5RC1
19.0.5 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 606194c966e..6e25daf4355 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, 4, 2];
+$OC_Version = [19, 0, 5, 0];
// The human readable string
-$OC_VersionString = '19.0.4';
+$OC_VersionString = '19.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [