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-21 18:38:46 +0300
committerGitHub <noreply@github.com>2022-04-21 18:38:46 +0300
commit3d4015ae4dc079d1a2be0d3a573edef20264d701 (patch)
tree64bcc26ec384a37730197053ce8abbb1f8084401
parent8f15a34324a5b130bc8a332430846827536f6216 (diff)
parent40cdea6d856dfc1a8d2128f71a715e043f193e00 (diff)
Merge pull request #32037 from nextcloud/release/final/23.0.4v23.0.4
23.0.4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 45732231106..8341c863b69 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, 4, 0];
+$OC_Version = [23, 0, 4, 1];
// The human readable string
-$OC_VersionString = '23.0.4 RC1';
+$OC_VersionString = '23.0.4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [