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-02-11 13:47:17 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-11 13:47:17 +0300
commitab10822b6294f64f3c546756be9f3e353f820055 (patch)
tree31fc10fb15eb5705795dc00ad004c51dc68835b3
parent44300fcf28481c9b1a02def290320e5e2e770255 (diff)
22.2.5 RC 1
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 5a9254259ab..df357ede4ed 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 = [22, 2, 4, 3];
+$OC_Version = [22, 2, 5, 0];
// The human readable string
-$OC_VersionString = '22.2.5 RC0';
+$OC_VersionString = '22.2.5 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [