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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-10-27 19:12:29 +0300
committerGitHub <noreply@github.com>2022-10-27 19:12:29 +0300
commit6357b97d0ba32c253650e97ded894030de3bfda4 (patch)
treeffb0aa63c0a28dcda578d793faeca8585a014f66
parentb655bfb14e17ca368d3d9e40d2e6149011d794ae (diff)
parent9371187faa51619164955335e4e9696f8c1876a6 (diff)
Merge pull request #34838 from nextcloud/release/24.0.7_rc1
24.0.7 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d34ef954ebd..f8c88ce64f0 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, 6, 1];
+$OC_Version = [24, 0, 7, 0];
// The human readable string
-$OC_VersionString = '24.0.6';
+$OC_VersionString = '24.0.7 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [