Skip to content

Commit 94270e9

Browse files
authored
Merge pull request #9822 from nextcloud/version/noid/12.0.9
12.0.9
2 parents 07f5a2d + 434607a commit 94270e9

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
@@ -26,10 +26,10 @@
2626
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
2727
// when updating major/minor version number.
2828

29-
$OC_Version = array(12, 0, 8, 1);
29+
$OC_Version = array(12, 0, 9, 0);
3030

3131
// The human readable string
32-
$OC_VersionString = '12.0.8';
32+
$OC_VersionString = '12.0.9';
3333

3434
$OC_VersionCanBeUpgradedFrom = [
3535
'nextcloud' => [

0 commit comments

Comments
 (0)