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-08 12:07:05 +0300
committerGitHub <noreply@github.com>2022-07-08 12:07:05 +0300
commitc01e5d53a1f28e2d0f6a552d470ed8b8e48797b5 (patch)
tree45207d9bba4c552a5e4ca67f50a1edeac872a7ce
parentdec16a9543b4489767bb726b5bc44cabf17522f4 (diff)
parent07fbeccb84c168acf6e6dae7c70ff2acf7c45b45 (diff)
Merge pull request #33169 from nextcloud/release/24.0.3_rc2v24.0.3rc2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 4b93156194d..652fa74ce66 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, 3, 0];
+$OC_Version = [24, 0, 3, 1];
// The human readable string
-$OC_VersionString = '24.0.3 RC1';
+$OC_VersionString = '24.0.3 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [