]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase version to trigger db migration
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 31 Oct 2016 09:59:24 +0000 (10:59 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 21 Nov 2016 10:29:57 +0000 (11:29 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
version.php

index d556386a848a058782858e554966d1d4d41154a8..0eb9f3de72a0408aa8c4062670bd694784b51983 100644 (file)
@@ -25,7 +25,8 @@
 // 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(11, 0, 0, 1);
+
+$OC_Version = array(11, 0, 0, 2);
 
 // The human readable string
 $OC_VersionString = '11.0 alpha';