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 15:04:26 +0300
committerGitHub <noreply@github.com>2022-05-19 15:04:26 +0300
commit6beb5273538d97bfcf0c1224b1ffad0a769de9c6 (patch)
treeedea632098157edfbf51b1847530360e75886ea4
parentfa13c647769c9e228f9cf0237869dac559578fe0 (diff)
parent9730f7f5a31a3f1eb498b5e28acca78d810e2a26 (diff)
Merge pull request #32495 from nextcloud/releases/24.0.1/finalv24.0.1
24.0.1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3d2318dd3ef..e14d975634d 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 = [24, 0, 1, 0];
+$OC_Version = [24, 0, 1, 1];
// The human readable string
-$OC_VersionString = '24.0.1 RC1';
+$OC_VersionString = '24.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [