summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-02-22 19:15:03 +0100
committerGitHub <noreply@github.com>2024-02-22 19:15:03 +0100
commit4d8907f4712c6a90ae490bac87ddfc902c62cb13 (patch)
tree104d13cad60a0fd4e885ab3a97c3f9dbe382eafc
parente09053f9de0cffee858b82f671315b05aba17c6f (diff)
parentb9f05efd4e61b513fcac32c0f35247ea6f02ce31 (diff)
Merge pull request #43718 from nextcloud/release/28.0.3rc2v28.0.3rc2
-rw-r--r--version.php4
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' => [