Skip to content

Commit 2b73c76

Browse files
committed
23.0.4 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 2680101 commit 2b73c76

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

33-
$OC_Version = [23, 0, 3, 2];
33+
$OC_Version = [23, 0, 4, 0];
3434

3535
// The human readable string
36-
$OC_VersionString = '23.0.3';
36+
$OC_VersionString = '23.0.4 RC1';
3737

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

0 commit comments

Comments
 (0)