Skip to content

Commit 74a7d9f

Browse files
authored
Merge pull request #33421 from nextcloud/release/23.0.8rc1
23.0.8rc1
2 parents d7c442d + 0c005e4 commit 74a7d9f

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/patchlevel
3131
// when updating major/minor version number.
3232

33-
$OC_Version = [23, 0, 7, 2];
33+
$OC_Version = [23, 0, 8, 0];
3434

3535
// The human readable string
36-
$OC_VersionString = '23.0.7';
36+
$OC_VersionString = '23.0.8rc1';
3737

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

0 commit comments

Comments
 (0)