Skip to content

Commit 131f412

Browse files
committed
chore: Bump Nextcloud version
Signed-off-by: Joas Schilling <[email protected]>
1 parent 3302f14 commit 131f412

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
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, 11];
12+
$OC_Version = [32, 0, 0, 0];
1313

1414
// The human-readable string
15-
$OC_VersionString = '31.0.0 beta 5';
15+
$OC_VersionString = '32.0.0 dev';
1616

1717
$OC_VersionCanBeUpgradedFrom = [
1818
'nextcloud' => [
19-
'30.0' => true,
2019
'31.0' => true,
20+
'32.0' => true,
2121
],
2222
'owncloud' => [
2323
'10.13' => true,

0 commit comments

Comments
 (0)