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 <roeland@famdouma.nl>2020-04-13 14:18:24 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-04-13 14:18:24 +0300
commit4b6ee6f8f10a630a4fabd955b5dae04dcc5640c4 (patch)
tree1f583a4ef17b2881327a127df5986829ac0e170a
parente7c21e747206a30323a05acafb139c1c8d88d37f (diff)
18.0.4 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [