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-05-16 13:14:53 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-05-16 13:14:53 +0300
commit3ec3bed7a6d2244bffccbde46377200abefb7a78 (patch)
tree8bc1d3e0439351e32343b65fa2e79fb077cfec9c
parent032e64f730e46877b4bfa209c63cffd524bb4eaf (diff)
23.0.5 RC1
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 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' => [