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-15 15:32:15 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-15 15:32:15 +0300
commitd72efb666cb14febdcb506af6060ce50f6478efb (patch)
treef7e29c928026fb66478144a1dd00e3d4f6746437
parent2260f1e914bd44931a1e6e2f86ed32fd4a7bb0dd (diff)
23.0.2
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 d6fa26223f7..550f0137614 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, 2, 0];
+$OC_Version = [23, 0, 2, 1];
// The human readable string
-$OC_VersionString = '23.0.2 RC1';
+$OC_VersionString = '23.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [