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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-10-27 14:16:38 +0300
committerGitHub <noreply@github.com>2022-10-27 14:16:38 +0300
commit0d41f322d41562b0c7eebe73dc8b4249fce8d2b2 (patch)
treed3556b2e8198255eb411e36c6ad38e1eb102fc2a
parent33689b7123391380a7e1cdf315e4b654c9ea8f3a (diff)
parent539752ca2cee80c37060ab8610a9948ea5cc23da (diff)
Merge pull request #34839 from nextcloud/release/23.0.11_rc1v23.0.11rc1
23.0.11 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index dc0f93509dd..f35897ef119 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, 10, 1];
+$OC_Version = [23, 0, 11, 0];
// The human readable string
-$OC_VersionString = '23.0.10';
+$OC_VersionString = '23.0.11 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [