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:
authorblizzz <blizzz@arthur-schiwon.de>2022-09-01 10:49:51 +0300
committerGitHub <noreply@github.com>2022-09-01 10:49:51 +0300
commit7f02be6010626cb36f9bbd3b25e89010133292c4 (patch)
treeed9cebd165435aea4ff1c6dd54e0ac3e2858a65f
parent55f07a4d46c99e24e1a8ce242abe1ca6fa71fbf0 (diff)
parentb45d13270fd7b430de710b9e8ea20916efb49329 (diff)
Merge pull request #33760 from nextcloud/release/23.0.9_rc1v23.0.9rc1
23.0.9 RC1
-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' => [