Skip to content

Commit 9e7fc23

Browse files
authored
Merge pull request #41379 from nextcloud/release/28.0.0_beta_3
28.0.0 beta 3
2 parents 230b1e3 + 87e07bb commit 9e7fc23

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
@@ -30,10 +30,10 @@
3030
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
3131
// when updating major/minor version number.
3232

33-
$OC_Version = [28, 0, 0, 4];
33+
$OC_Version = [28, 0, 0, 5];
3434

3535
// The human-readable string
36-
$OC_VersionString = '28.0.0 beta 2';
36+
$OC_VersionString = '28.0.0 beta 3';
3737

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

0 commit comments

Comments
 (0)