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-07-07 15:14:49 +0300
committerGitHub <noreply@github.com>2022-07-07 15:14:49 +0300
commitf836adecda82907346c83d05eaf54966dfe766f8 (patch)
treefb18d1ba4de1e45c4b0ce70b89ddb8c774c925ab
parent2e9429a76f625c928df0fe48d805e1addc00616d (diff)
parenta45ade5a55de6d8644114913fda6f1d8fb9ceb75 (diff)
Merge pull request #33124 from nextcloud/release/24.0.3_rc1v24.0.3rc1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ac6d31123d8..4b93156194d 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, 2, 1];
+$OC_Version = [24, 0, 3, 0];
// The human readable string
-$OC_VersionString = '24.0.2';
+$OC_VersionString = '24.0.3 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [