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-04-14 23:25:08 +0300
committerGitHub <noreply@github.com>2022-04-14 23:25:08 +0300
commita560c52c6fc46591cae016c6ea3dfd70dba3aa24 (patch)
tree552bee453c6583d63cb1a1b4a92943f24cb605e3
parent28f908808a123cd55bb8866084051f9e87f2794c (diff)
parentdb0d97de28604713f3223130d8366ba9b0b1a872 (diff)
Merge pull request #31961 from nextcloud/release/rc1/23.0.4v23.0.4rc1
23.0.4 RC1
-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' => [