Skip to content

Commit b3bce93

Browse files
authored
Merge pull request #61588 from nextcloud/release/32.0.12
[stable32] 32.0.12
2 parents 6458553 + 09ef323 commit b3bce93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = [32, 0, 12, 0];
12+
$OC_Version = [32, 0, 12, 1];
1313

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

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

0 commit comments

Comments
 (0)