diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-08-11 08:27:33 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-08-11 08:27:33 +0200 |
commit | 9d269a23e070607a177a2f7c1cdf7193f85df5c2 (patch) | |
tree | 10300e86091031b9653dc7c00c2e93a9b67aa775 /version.php | |
parent | 0fbe0169a9a658e2e3c53060f1dc2c010269354b (diff) | |
download | nextcloud-server-9d269a23e070607a177a2f7c1cdf7193f85df5c2.tar.gz nextcloud-server-9d269a23e070607a177a2f7c1cdf7193f85df5c2.zip |
24.0.4
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index d505423d86b..60128ceaf5c 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, 4, 0]; +$OC_Version = [24, 0, 4, 1]; // The human readable string -$OC_VersionString = '24.0.4rc1'; +$OC_VersionString = '24.0.4'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |