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:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2016-03-04 22:09:52 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2016-05-30 18:50:14 +0300
commit6c70e847dd1a53f6d27bc485c1fb346f99c537d2 (patch)
tree56ad6ad1d88a99ee8808a6ae9d8390288473ee4a /version.php
parent0e3a0e0fdb17938d473434d94e3c16c1c5dccf73 (diff)
Add bzip2 to known mimetypes
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 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';