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-12-20 17:03:22 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-20 17:34:36 +0300
commite37af2d81c2d0ab732d52e865ef53254cc73e086 (patch)
treefa1d87b1f98afd83b4644eaa0d0d94a31f17705e /version.php
parent9db15459b9d39681965b3a599960e6d2225c57a0 (diff)
Always set the generated flag to false when an avatar is being set
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 6b388866484..2d246f12810 100644
--- a/version.php
+++ b/version.php
@@ -30,7 +30,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(18, 0, 0, 5);
+$OC_Version = array(18, 0, 0, 6);
// The human readable string
$OC_VersionString = '18.0.0 Beta3';