diff options
author | Joas Schilling <coding@schilljs.com> | 2018-07-06 15:16:21 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-07-06 15:16:21 +0200 |
commit | 5541d3dd84f7dab0262fb597649cdbca342635d7 (patch) | |
tree | 74ba763c56fc604fd309833ff40bf37703d03025 /version.php | |
parent | 422c805e260f3187fffe7957b2d2f637e20812e3 (diff) | |
download | nextcloud-server-5541d3dd84f7dab0262fb597649cdbca342635d7.tar.gz nextcloud-server-5541d3dd84f7dab0262fb597649cdbca342635d7.zip |
Add visio mimetypes
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 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'; |