summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-10-19 17:21:17 +0200
committerGitHub <noreply@github.com>2023-10-19 17:21:17 +0200
commit232484f0da6eeee29ff1c37681ee5a992bc384f2 (patch)
treea4b07201d7cead837a8f381fbcfb6ca29a80417b
parent16e346a8cdd08b79b5170ef91c6201c44658639c (diff)
parent64324aac504434751f4bc6e2222032e69a96fc4a (diff)
Merge pull request #40975 from nextcloud/release/27.1.3_rc2v27.1.3rc2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index bed4a59f1a0..ec2430796a0 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 = [27, 1, 3, 0];
+$OC_Version = [27, 1, 3, 1];
// The human-readable string
-$OC_VersionString = '27.1.3 RC1';
+$OC_VersionString = '27.1.3 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [