From 18704a9fc879b13322d6ddc6f8e0ef331415a5c3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 27 Apr 2016 11:10:56 +0200 Subject: increase version number to trigger db migration --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') 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'; -- cgit v1.2.3