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-04-15 21:26:03 +0300
committerGitHub <noreply@github.com>2020-04-15 21:26:03 +0300
commit6571190030af709baa779ef37312e3a67b084fc5 (patch)
tree1db7e2399ffaa52bee941dc5636b8a7021d76b78
parent65c6680e86856a93798975ba770af2ba30c6224d (diff)
parent4b6ee6f8f10a630a4fabd955b5dae04dcc5640c4 (diff)
Merge pull request #20456 from nextcloud/version/18.0.4/RC1v18.0.4RC1
18.0.4 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index bee72414087..fdd9f0cdae4 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 = array(18, 0, 3, 0);
+$OC_Version = array(18, 0, 4, 0);
// The human readable string
-$OC_VersionString = '18.0.3';
+$OC_VersionString = '18.0.4 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [