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-12-22 16:26:23 +0300
committerGitHub <noreply@github.com>2019-12-22 16:26:23 +0300
commit3af63f1593b94c811fbefea6ccfba379c71ef957 (patch)
tree71cf46bbd41074a08fde5a32402e826c38bdd6de /version.php
parentc81e05db98c6bc0b6107d3666f38adab33b70a48 (diff)
parente37af2d81c2d0ab732d52e865ef53254cc73e086 (diff)
Merge pull request #18505 from nextcloud/bugfix/18481/avatars-always-return-201-status-code
Always set the generated flag to false when an avatar is being set
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 17486b2291e..3f4c914410b 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(18, 0, 0, 5);
+$OC_Version = array(18, 0, 0, 6);
// The human readable string
$OC_VersionString = '18.0.0 Beta3';