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-05-02 14:58:25 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-05-02 14:58:25 +0300
commit6b7255931a1c3095a4d96722222a79cb785a2994 (patch)
tree5809d79a3e304d31ea1e6a12e1965c0b54ccf7ec
parent72c4047ce98903e588e6de17547fa5360b18a002 (diff)
24.0.0
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 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' => [