aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-01-22 11:17:12 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-22 11:17:12 +0100
commit6a3efc6f1bb53bc87f0058d1399689715ded219a (patch)
tree3ab44af014b9ca96cec106c68cb941824fde2618
parent57b17cdd989aa7075e98de1a6448bad3f963f7da (diff)
parent7d1416fe12065c841f830ea76edbed4b06eb29d2 (diff)
downloadnextcloud-server-6a3efc6f1bb53bc87f0058d1399689715ded219a.tar.gz
nextcloud-server-6a3efc6f1bb53bc87f0058d1399689715ded219a.zip
Merge pull request #21843 from owncloud/increase-version
Increase version due to new tables
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 5fdb132421e..a82e4ad1c0f 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,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, 0, 0, 6);
+$OC_Version = array(9, 0, 0, 7);
// The human readable string
$OC_VersionString = '9.0 pre alpha';