Skip to content

Commit

Permalink
fix: bump OC_Version
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed May 7, 2024
1 parent 8a48e98 commit a1e268a
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 @@ -30,7 +30,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 = [30, 0, 0, 0];
$OC_Version = [30, 0, 0, 1];

// The human-readable string
$OC_VersionString = '30.0.0 dev';
Expand Down

0 comments on commit a1e268a

Please sign in to comment.