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-11-03 12:53:24 +0300
committerGitHub <noreply@github.com>2022-11-03 12:53:24 +0300
commita44571f4c69ebff86ad192613b9b9c1e939da3c3 (patch)
tree9ad0f8ad0749104d207183bb9ace26bf9a18cf90
parent8efe5228ae7612403b481d332a26f92ab85ffa42 (diff)
parent8e09ba691eb3410d676f54bc44118a2eb5abbe94 (diff)
Merge pull request #34915 from nextcloud/release/23.0.11v23.0.11
23.0.11
-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' => [