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:
authorJoas Schilling <coding@schilljs.com>2018-07-06 16:16:21 +0300
committerJoas Schilling <coding@schilljs.com>2018-07-06 16:16:21 +0300
commit5541d3dd84f7dab0262fb597649cdbca342635d7 (patch)
tree74ba763c56fc604fd309833ff40bf37703d03025 /version.php
parent422c805e260f3187fffe7957b2d2f637e20812e3 (diff)
Add visio mimetypes
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 f0a00a9e50b..13501453cc6 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(14, 0, 0, 7);
+$OC_Version = array(14, 0, 0, 8);
// The human readable string
$OC_VersionString = '14.0.0 alpha';