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-19 14:45:58 +0300
committerGitHub <noreply@github.com>2022-05-19 14:45:58 +0300
commite86a773f6e144b07dca4685d905ab1caa5e6d439 (patch)
treef19ad2b8b901c0b45163cc2c1756e5cc7aadd7af
parent127e8a8869901531ea9ea014d0bb0c9f4a42605c (diff)
parentdd81224e6a91cd1ea8a9d420de692cb8b2d84905 (diff)
Merge pull request #32494 from nextcloud/releases/23.0.5/finalv23.0.5
23.0.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 5f4e037f5df..0ebb9e29084 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, 5, 0];
+$OC_Version = [23, 0, 5, 1];
// The human readable string
-$OC_VersionString = '23.0.5 RC1';
+$OC_VersionString = '23.0.5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [