mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Increase version to trigger upgrade related to .ocdata
This commit is contained in:
parent
d85d3a4493
commit
288c40e2a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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, 0, 2, 4);
|
||||
$OC_Version=array(6, 0, 2, 5);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString='6.0.2';
|
||||
|
|
|
|||
Loading…
Reference in a new issue