Skip to content

Commit fbc4a4a

Browse files
authored
Merge pull request nextcloud#39501 from nextcloud/release/25.0.9
25.0.9
2 parents 40a282c + 8598752 commit fbc4a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
3131
// when updating major/minor version number.
3232

33-
$OC_Version = [25, 0, 9, 1];
33+
$OC_Version = [25, 0, 9, 2];
3434

3535
// The human readable string
36-
$OC_VersionString = '25.0.9 RC2';
36+
$OC_VersionString = '25.0.9';
3737

3838
$OC_VersionCanBeUpgradedFrom = [
3939
'nextcloud' => [

0 commit comments

Comments
 (0)