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-05-17 01:34:12 +0300
committerGitHub <noreply@github.com>2022-05-17 01:34:12 +0300
commita37f5ab058b2e3bd664820489c2243d2627d555b (patch)
tree75754598b8213df3bcbfcbd493553787c1de098c
parent4062c52e800c953fe698903d32315d53942f3a0b (diff)
parent3ec3bed7a6d2244bffccbde46377200abefb7a78 (diff)
Merge pull request #32423 from nextcloud/releases/23.0.5/rc1v23.0.5rc1
23.0.5 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8341c863b69..5f4e037f5df 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, 1];
+$OC_Version = [23, 0, 5, 0];
// The human readable string
-$OC_VersionString = '23.0.4';
+$OC_VersionString = '23.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [