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

fix(userconfig): incrementing version to trigger migration
pull/49387/head
Joas Schilling 2024-11-19 19:20:29 +07:00 committed by GitHub
commit 72f45b2f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -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';