diff options
author | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2024-01-29 16:01:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 16:01:46 +0100 |
commit | 27c5c17f1ed0a70d856398b49058571903061fe3 (patch) | |
tree | 0ddfd5657f7146152efd05ebe5ca8aeb349ddd62 | |
parent | a35ba912b927b626db78ee529d00cefce8d739c1 (diff) | |
parent | b61ab2b968b3f02d816087f1c6a1b11fa2e6170f (diff) | |
download | nextcloud-server-28.0.2rc5.tar.gz nextcloud-server-28.0.2rc5.zip |
Merge pull request #43151 from nextcloud/release/28.0.2_rc5v28.0.2rc5
28.0.2 RC5
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 2650c6a89b8..3c060997337 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, 2, 3]; +$OC_Version = [28, 0, 2, 4]; // The human-readable string -$OC_VersionString = '28.0.2 RC4'; +$OC_VersionString = '28.0.2 RC5'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |