Bump version to trigger migration

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-06-29 09:05:55 +02:00
parent 000c302505
commit 11f26be545
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(14, 0, 0, 6);
$OC_Version = array(14, 0, 0, 7);
// The human readable string
$OC_VersionString = '14.0.0 alpha';