Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-30 18:28:03 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-30 18:28:03 +0300
commitb45d13270fd7b430de710b9e8ea20916efb49329 (patch)
treeca2a56ae477895fae081082cd45fc24757cb328b /version.php
parent518378b461d7563723eef59c57b3c0f219739667 (diff)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
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' => [