diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-09-12 09:53:31 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-05 11:00:16 +0200 |
commit | 92dc9e6899ac9aa80f49c796ff7ccf1b1fa70842 (patch) | |
tree | f32d90bbc2dde61c5444e5a871f95468894afbcc /version.php | |
parent | 6807cb684f64587f1747b5168eb42e5172c889eb (diff) | |
download | nextcloud-server-92dc9e6899ac9aa80f49c796ff7ccf1b1fa70842.tar.gz nextcloud-server-92dc9e6899ac9aa80f49c796ff7ccf1b1fa70842.zip |
Avatar migration step
* Skip move avatar if avatars disabled
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 01a822708e3..96725a6bb4d 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(9, 2, 0, 3); +$OC_Version = array(9, 2, 0, 4); // The human readable string $OC_VersionString = '11.0 alpha'; |