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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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'; |
|
|
|
|