diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-22 19:15:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 19:15:03 +0100 |
commit | 4d8907f4712c6a90ae490bac87ddfc902c62cb13 (patch) | |
tree | 104d13cad60a0fd4e885ab3a97c3f9dbe382eafc | |
parent | e09053f9de0cffee858b82f671315b05aba17c6f (diff) | |
parent | b9f05efd4e61b513fcac32c0f35247ea6f02ce31 (diff) | |
download | nextcloud-server-4d8907f4712c6a90ae490bac87ddfc902c62cb13.tar.gz nextcloud-server-4d8907f4712c6a90ae490bac87ddfc902c62cb13.zip |
Merge pull request #43718 from nextcloud/release/28.0.3rc2v28.0.3rc2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 4fc060ca68b..6ccf65b8520 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, 0]; +$OC_Version = [28, 0, 3, 1]; // The human-readable string -$OC_VersionString = '28.0.3 RC1'; +$OC_VersionString = '28.0.3 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |