Skip to content

Commit 7ee6bec

Browse files
committed
build(hub): 30.0.0 beta 2
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent 21f558b commit 7ee6bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
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 = [30, 0, 0, 3];
12+
$OC_Version = [30, 0, 0, 4];
1313

1414
// The human-readable string
15-
$OC_VersionString = '30.0.0 beta 1';
15+
$OC_VersionString = '30.0.0 beta 2';
1616

1717
$OC_VersionCanBeUpgradedFrom = [
1818
'nextcloud' => [

0 commit comments

Comments
 (0)