Merge pull request #47930 from nextcloud/chore/noid/bump-db-version

build: bump version to run sha265 for background job arguments migration
This commit is contained in:
Andy Scherzinger 2024-09-12 21:37:46 +02:00 committed by GitHub
commit d0275a7702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 2f64a94fa2e42ef4aa5982c1b9dd9a3a10630108
Subproject commit 9e4e23d28d717e08f2b14ac6aa19d0bec25f6be1

View file

@ -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, 2];
$OC_Version = [31, 0, 0, 3];
// The human-readable string
$OC_VersionString = '31.0.0 dev';