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-02 17:04:49 +0300
committerGitHub <noreply@github.com>2022-05-02 17:04:49 +0300
commit5f37aacb3194d51503aaa3529ae8f676b32a25d7 (patch)
tree3b8691f625d204bf00986a2ebcab7d7cc2b773d0
parent929c0f80e0c2a6939a5cd8dadfdfba89a4cebf3d (diff)
parent6b7255931a1c3095a4d96722222a79cb785a2994 (diff)
Merge pull request #32240 from nextcloud/release/final/24.0.0v24.0.0
24.0.0
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 929c60438e5..9657d204a72 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, 0, 11];
+$OC_Version = [24, 0, 0, 12];
// The human readable string
-$OC_VersionString = '24.0.0 RC3';
+$OC_VersionString = '24.0.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [