Skip to content

Commit d0275a7

Browse files
Merge pull request #47930 from nextcloud/chore/noid/bump-db-version
build: bump version to run sha265 for background job arguments migration
2 parents 2480567 + 61e8450 commit d0275a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

3rdparty

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
1010
// when updating major/minor version number.
1111

12-
$OC_Version = [31, 0, 0, 2];
12+
$OC_Version = [31, 0, 0, 3];
1313

1414
// The human-readable string
1515
$OC_VersionString = '31.0.0 dev';

0 commit comments

Comments
 (0)