diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-29 08:42:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 08:42:55 +0100 |
commit | f7470ab973d9dc3c979accd95985d71cf80653fa (patch) | |
tree | 0188dd4da3a3ea79d0dabef49ed01b753add3c6f /version.php | |
parent | 9613e62e29b8e6a93ba975203b41a77a52a0fc27 (diff) | |
parent | 8854744991be63fd043e9a45297491a4356ac62b (diff) | |
download | nextcloud-server-28.0.3.tar.gz nextcloud-server-28.0.3.zip |
Merge pull request #43888 from nextcloud/release/28.0.3v28.0.3
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 6ccf65b8520..315e1efca52 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, 3, 1]; +$OC_Version = [28, 0, 3, 2]; // The human-readable string -$OC_VersionString = '28.0.3 RC2'; +$OC_VersionString = '28.0.3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |