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-21 10:16:14 +0300
commit23bd4c127d7b7be9cc361da8183aefddf96d1be6 (patch)
treed967b4211b590a06bf9f58a3963553a89d0d52d9 /version.php
parentb53283fcb74817a2f840ba9158314875d536e29c (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 0981c7a306c..d7a5169137a 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(17, 0, 0, 2);
+$OC_Version = array(17, 0, 0, 3);
// The human readable string
$OC_VersionString = '17.0.0 Beta 1';