diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-03-04 22:09:52 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-05-30 18:50:14 +0300 |
commit | 6c70e847dd1a53f6d27bc485c1fb346f99c537d2 (patch) | |
tree | 56ad6ad1d88a99ee8808a6ae9d8390288473ee4a /version.php | |
parent | 0e3a0e0fdb17938d473434d94e3c16c1c5dccf73 (diff) | |
download | nextcloud-server-6c70e847dd1a53f6d27bc485c1fb346f99c537d2.tar.gz nextcloud-server-6c70e847dd1a53f6d27bc485c1fb346f99c537d2.zip |
Add bzip2 to known mimetypes
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 708f02ba4b0..ffbafb72fe6 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, 1, 0, 5); +$OC_Version = array(9, 1, 0, 6); // The human readable string $OC_VersionString = '9.1.0 beta 1'; |