Skip to content

Commit

Permalink
build: bump version to run sha265 for background job arguments migration
Browse files Browse the repository at this point in the history
Follow-up for #47769

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Sep 12, 2024
1 parent 2480567 commit 0baa7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 0baa7ae

Please sign in to comment.