aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-11-15 10:30:04 +0100
committerFrank Karlitschek <frank@owncloud.org>2013-11-15 10:30:04 +0100
commit16dce5191751e0e6b394fc5cc58690a77dc82870 (patch)
tree5aacb6df0cf72bdc31c6d6ec4ce66c0b99e1a381 /version.php
parent54364f172e4cdb094497fc6db8f0a71a77d11362 (diff)
downloadnextcloud-server-16dce5191751e0e6b394fc5cc58690a77dc82870.tar.gz
nextcloud-server-16dce5191751e0e6b394fc5cc58690a77dc82870.zip
increase version number to trigger a DB migration to get more testers for the new indexes.
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 85fea816f53..9b04bd244fb 100644
--- a/version.php
+++ b/version.php
@@ -1,7 +1,7 @@
<?php
// 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(6, 00, 0, 6);
+$OC_Version=array(6, 00, 0, 7);
// The human readable string
$OC_VersionString='6.0 beta 4';