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-06-13 15:08:38 +0300
committerGitHub <noreply@github.com>2022-06-13 15:08:38 +0300
commit8fe0143d8903146bcfe28237c86d16ded90707c9 (patch)
tree64a5462f6a39b5922356be75692b92936f0d5da8
parent6ba0fdb8ef99421c6aa8e53db24cdcb757d9e4f9 (diff)
parentba5434fbf3473fe1aea5a85ca90bd090c18c92b4 (diff)
Merge pull request #32785 from nextcloud/release/24.0.2_rc1v24.0.2rc1
24.0.2 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index e14d975634d..b706843ee63 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, 1];
+$OC_Version = [24, 0, 2, 0];
// The human readable string
-$OC_VersionString = '24.0.1';
+$OC_VersionString = '24.0.2 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [