Merge pull request #17449 from nextcloud/fix/joas-should-know-you-have-to-increaste-the-server-version-for-new-migrations
Increase server version to trigger latest migration
This commit is contained in:
commit
bea5bbde31
|
@ -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(18, 0, 0, 0);
|
||||
$OC_Version = array(18, 0, 0, 1);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '18.0.0 Alpha';
|
||||
|
|
Loading…
Reference in New Issue