Skip to content

Commit 7da24e3

Browse files
authored
Merge pull request #41228 from nextcloud/automated/releases/28.0.0beta1
chore: 28.0.0 beta 1
2 parents 9e56408 + 33cc3ab commit 7da24e3

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
@@ -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, 2];
33+
$OC_Version = [28, 0, 0, 3];
3434

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

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

0 commit comments

Comments
 (0)