diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-03-28 08:54:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 08:54:13 +0100 |
commit | 6403fd1828760bff630ca26203f8cbe9addd3e1d (patch) | |
tree | 59994583ecc1ec17d134d70f8eb5f8a8fc22bb38 | |
parent | 890ad54eaff30cb9df083cbecde0dc8c3b17d7a5 (diff) | |
parent | 2e24e4c57e0475c19180a8bd146509534473e9a3 (diff) | |
download | nextcloud-server-6403fd1828760bff630ca26203f8cbe9addd3e1d.tar.gz nextcloud-server-6403fd1828760bff630ca26203f8cbe9addd3e1d.zip |
Merge pull request #44525 from nextcloud/release/28.0.4v28.0.4
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 77aaf677808..f377dd54ca1 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, 4, 0]; +$OC_Version = [28, 0, 4, 1]; // The human-readable string -$OC_VersionString = '28.0.4 RC1'; +$OC_VersionString = '28.0.4'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |