Browse Source

Merge pull request #49376 from nextcloud/fix/47658/upgrade-version-3100005

fix(userconfig): incrementing version to trigger migration
pull/49387/head
Joas Schilling 2 years ago
committed by GitHub
parent
commit
72f45b2f94
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      version.php

2
version.php

@ -9,7 +9,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number.
$OC_Version = [31, 0, 0, 4];
$OC_Version = [31, 0, 0, 5];
// The human-readable string
$OC_VersionString = '31.0.0 dev';

Loading…
Cancel
Save