summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-04-27 11:10:56 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-05-11 13:36:46 +0200
commit18704a9fc879b13322d6ddc6f8e0ef331415a5c3 (patch)
treeda6968581ca98745f4ce28d894b958e29ad8fe76 /version.php
parent7e7d5a2ef2ff583854104c5a327619e3df6a1200 (diff)
downloadnextcloud-server-18704a9fc879b13322d6ddc6f8e0ef331415a5c3.tar.gz
nextcloud-server-18704a9fc879b13322d6ddc6f8e0ef331415a5c3.zip
increase version number to trigger db migration
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 a3840349811..81e0bc1b067 100644
--- a/version.php
+++ b/version.php
@@ -26,7 +26,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, 0);
+$OC_Version = array(9, 1, 0, 1);
// The human readable string
$OC_VersionString = '9.1.0 pre alpha';