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-11-01 22:11:41 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-11-01 22:11:41 +0300
commit8e09ba691eb3410d676f54bc44118a2eb5abbe94 (patch)
tree2b5c9d26978fad03d4640b03d3c93def0c20bf17
parente7797b69f88d415b75c8e0283d4ecc9b37874110 (diff)
23.0.11
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 f35897ef119..bb2e8db037c 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, 11, 0];
+$OC_Version = [23, 0, 11, 1];
// The human readable string
-$OC_VersionString = '23.0.11 RC1';
+$OC_VersionString = '23.0.11';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [