diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-04-13 09:16:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 09:16:41 +0200 |
commit | a025293e9d3c89af2d37f443c7e48312f7f1f34d (patch) | |
tree | da62f76021b31457ce22a7fac230b205300174b9 | |
parent | 0ff17aa91f1d1cd700cfe2756383d9db22b192dc (diff) | |
parent | 701783b130a7a81f85d6da0fadf7ae7461052477 (diff) | |
download | nextcloud-server-a025293e9d3c89af2d37f443c7e48312f7f1f34d.tar.gz nextcloud-server-a025293e9d3c89af2d37f443c7e48312f7f1f34d.zip |
Merge pull request #37700 from nextcloud/release/24.0.12_rc1v24.0.12rc1
24.0.12 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 7b5466268e8..13d0a85df79 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, 11, 1]; +$OC_Version = [24, 0, 12, 0]; // The human readable string -$OC_VersionString = '24.0.11'; +$OC_VersionString = '24.0.12 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |