diff options
author | Joas Schilling <coding@schilljs.com> | 2019-12-20 15:03:22 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-12-20 15:34:36 +0100 |
commit | e37af2d81c2d0ab732d52e865ef53254cc73e086 (patch) | |
tree | fa1d87b1f98afd83b4644eaa0d0d94a31f17705e /version.php | |
parent | 9db15459b9d39681965b3a599960e6d2225c57a0 (diff) | |
download | nextcloud-server-e37af2d81c2d0ab732d52e865ef53254cc73e086.tar.gz nextcloud-server-e37af2d81c2d0ab732d52e865ef53254cc73e086.zip |
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.php | 2 |
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'; |