diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-12-21 16:26:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 16:26:24 +0100 |
commit | 62d83123d1272d2d042ec294c6d65cd79bbc05ca (patch) | |
tree | 534f505b02b8da42bd786309602c1ff510070b3a | |
parent | fce1c1831c3998037f7297d0b0b0e04a35e1a0b4 (diff) | |
parent | f1dd41eb9d64ff1884f9e0b4fe47a183ad51dc1a (diff) | |
download | nextcloud-server-62d83123d1272d2d042ec294c6d65cd79bbc05ca.tar.gz nextcloud-server-62d83123d1272d2d042ec294c6d65cd79bbc05ca.zip |
Merge pull request #42417 from nextcloud/release/28.0.1v28.0.1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 3cdace93d41..7d456e7fde9 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/patch level // when updating major/minor version number. -$OC_Version = [28, 0, 1, 0]; +$OC_Version = [28, 0, 1, 1]; // The human-readable string -$OC_VersionString = '28.0.1 RC1'; +$OC_VersionString = '28.0.1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |