diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-07-05 20:43:12 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-07-05 20:43:12 +0200 |
commit | a45ade5a55de6d8644114913fda6f1d8fb9ceb75 (patch) | |
tree | 0e86de05edf02357ad3747c3cd6c406cf896c4e0 | |
parent | e00ef77def5cde9f631e4a3d87f9d6b0d909decf (diff) | |
download | nextcloud-server-a45ade5a55de6d8644114913fda6f1d8fb9ceb75.tar.gz nextcloud-server-a45ade5a55de6d8644114913fda6f1d8fb9ceb75.zip |
24.0.3 RC1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
-rw-r--r-- | version.php | 4 |
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' => [ |