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-04-13 14:12:57 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-04-13 22:26:50 +0300
commitdb0d97de28604713f3223130d8366ba9b0b1a872 (patch)
treebf437a0459f5809e0e299261faacbf26164568f0
parentdf576c66fa46cdbaba172dc84cd02f5a94ea841f (diff)
23.0.4 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index eb16ac1219d..45732231106 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, 3, 2];
+$OC_Version = [23, 0, 4, 0];
// The human readable string
-$OC_VersionString = '23.0.3';
+$OC_VersionString = '23.0.4 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [