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:
authorJoas Schilling <coding@schilljs.com>2019-08-21 10:12:42 +0300
committerJoas Schilling <coding@schilljs.com>2019-08-22 16:42:08 +0300
commit4cbeb680b0fd7d7715e874ce7163a5f423a3ea99 (patch)
treeddd3ef818f9723b8d8418b3013da03260ec0e09e /version.php
parent62a637fd423ed7af32b5704044b539cd7f0fd3c2 (diff)
Add a repair step to clear the projects access cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 6352123773e..220801cafb1 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
// 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, 4, 1);
+$OC_Version = array(16, 0, 4, 2);
// The human readable string
$OC_VersionString = '16.0.4';