mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
commit
d0275a7702
2 changed files with 2 additions and 2 deletions
2
3rdparty
2
3rdparty
|
|
@ -1 +1 @@
|
|||
Subproject commit 2f64a94fa2e42ef4aa5982c1b9dd9a3a10630108
|
||||
Subproject commit 9e4e23d28d717e08f2b14ac6aa19d0bec25f6be1
|
||||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue