diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-04-19 18:01:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 18:01:58 +0200 |
commit | 5b79bb15b510f52ab598fa45e6977857a9d4895a (patch) | |
tree | 865a06f30f3348a5569ace5d76bc31498d347b9b | |
parent | 0102c573d500de7c28934e0aeb3f2fac02520bc7 (diff) | |
parent | 84ffe1438bcfea94dad449d2b40fd328bc265cb9 (diff) | |
download | nextcloud-server-24.0.12.tar.gz nextcloud-server-24.0.12.zip |
Merge pull request #37784 from nextcloud/release/24.0.12v24.0.12
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 13d0a85df79..e7c496d1ed3 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, 12, 0]; +$OC_Version = [24, 0, 12, 1]; // The human readable string -$OC_VersionString = '24.0.12 RC1'; +$OC_VersionString = '24.0.12'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |