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-01 17:12:29 +0300
committerGitHub <noreply@github.com>2020-10-01 17:12:29 +0300
commit9413e67927611b3a1bb9dfb324971c1c8b997466 (patch)
treed767289944ccb0cc605f0bde0621ea5bbf024c29
parent0840eedbfc57afc979c49bc2196644ffc29e118b (diff)
parenta3c5fc42a5e1f7448940c73520ffc85571c27260 (diff)
Merge pull request #23077 from nextcloud/version/19.0.4/RC1v19.0.40RC1
19.0.4 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 30343306a21..3ff4c37c85c 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, 3, 1];
+$OC_Version = [19, 0, 4, 0];
// The human readable string
-$OC_VersionString = '19.0.3';
+$OC_VersionString = '19.0.4RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [