diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-12-22 14:26:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 14:26:23 +0100 |
commit | 3af63f1593b94c811fbefea6ccfba379c71ef957 (patch) | |
tree | 71cf46bbd41074a08fde5a32402e826c38bdd6de /version.php | |
parent | c81e05db98c6bc0b6107d3666f38adab33b70a48 (diff) | |
parent | e37af2d81c2d0ab732d52e865ef53254cc73e086 (diff) | |
download | nextcloud-server-3af63f1593b94c811fbefea6ccfba379c71ef957.tar.gz nextcloud-server-3af63f1593b94c811fbefea6ccfba379c71ef957.zip |
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.php | 2 |
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'; |