Skip to content

Commit 871f298

Browse files
Worker BuilderAltahrim
authored andcommitted
build(hub): 30.0.14 RC1
Signed-off-by: Worker Builder <worker-builder@nextcloud.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
1 parent d9d21f9 commit 871f298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
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, 13, 2];
12+
$OC_Version = [30, 0, 14, 0];
1313

1414
// The human-readable string
15-
$OC_VersionString = '30.0.13';
15+
$OC_VersionString = '30.0.14 RC1';
1616

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

0 commit comments

Comments
 (0)