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-06-13 22:12:33 +0300
committerGitHub <noreply@github.com>2022-06-13 22:12:33 +0300
commit1956199419caa79f8f090b2c067c435672656e60 (patch)
treed67ae61fa2523189ec663f98a5a36018387f18cc
parent61fc26b820977a04b6c4877770ebe9195f001357 (diff)
parent1216569e2aa4bc31392386835559612044b07ac2 (diff)
Merge pull request #32784 from nextcloud/release/23.0.6_rc1v23.0.6rc1
23.0.6 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0ebb9e29084..512c1a1572d 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, 5, 1];
+$OC_Version = [23, 0, 6, 0];
// The human readable string
-$OC_VersionString = '23.0.5';
+$OC_VersionString = '23.0.6 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [