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>2019-08-08 21:34:48 +0300
committerGitHub <noreply@github.com>2019-08-08 21:34:48 +0300
commit57e30495cd11d54fb3cb3ccb1bdf2f0ee0368f26 (patch)
tree0efe505075cc6dc1e4947d71f82c49434e32be48
parentd88324e5e8eecb473e0f2c647c742a36bb236c7d (diff)
parent3df123dc4504bb8bd0d11d1e2ca6f2470e4941bf (diff)
Merge pull request #16677 from nextcloud/version/16.0.4/RC1v16.0.4RC1
16.0.4 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c9620b4c719..966afc78a02 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(16, 0, 3, 0);
+$OC_Version = array(16, 0, 4, 0);
// The human readable string
-$OC_VersionString = '16.0.3';
+$OC_VersionString = '16.0.4 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [