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-10-06 20:32:52 +0300
committerGitHub <noreply@github.com>2020-10-06 20:32:52 +0300
commit8f4fcfafda97b7d03a6f8cb6ad0b960c7f1e44b2 (patch)
tree4ddfc67d4a894ef2602f2e58099edaf52927e93e
parenteba468d888553c211475630a1701d96f5d2b2720 (diff)
parent03dd5803d99dd8fc8a2761c5dcb232657cdbdb21 (diff)
Merge pull request #23225 from nextcloud/version/19.0.4/RC2v19.0.4RC2
19.0.4 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3ff4c37c85c..c6aec2f1497 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, 0];
+$OC_Version = [19, 0, 4, 1];
// The human readable string
-$OC_VersionString = '19.0.4RC1';
+$OC_VersionString = '19.0.4RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [