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-02-11 14:14:31 +0300
committerGitHub <noreply@github.com>2022-02-11 14:14:31 +0300
commit2260f1e914bd44931a1e6e2f86ed32fd4a7bb0dd (patch)
tree3f0e14a6fe4549ca8499c00864c1a6e984cd67d3
parent24349b913081bf944fbc49db03bb9785d247cc4e (diff)
parent768337cb95da5fb375ad60b4319e8096709dbec4 (diff)
Merge pull request #31126 from nextcloud/release/23.0.2rc1v23.0.2rc1
23.0.2 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 97a1edf9e41..d6fa26223f7 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, 1, 2];
+$OC_Version = [23, 0, 2, 0];
// The human readable string
-$OC_VersionString = '23.0.2 RC0';
+$OC_VersionString = '23.0.2 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [