diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-08-30 17:28:03 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-08-30 17:28:03 +0200 |
commit | b45d13270fd7b430de710b9e8ea20916efb49329 (patch) | |
tree | ca2a56ae477895fae081082cd45fc24757cb328b | |
parent | 518378b461d7563723eef59c57b3c0f219739667 (diff) | |
download | nextcloud-server-b45d13270fd7b430de710b9e8ea20916efb49329.tar.gz nextcloud-server-b45d13270fd7b430de710b9e8ea20916efb49329.zip |
23.0.9 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 9e49a0b7688..2bc4e154922 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [23, 0, 8, 1]; +$OC_Version = [23, 0, 9, 0]; // The human readable string -$OC_VersionString = '23.0.8'; +$OC_VersionString = '23.0.9 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |