summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-02-29 08:45:50 +0100
committerGitHub <noreply@github.com>2024-02-29 08:45:50 +0100
commit7a6508b853a484340d9c62068ef99723617467eb (patch)
treea1b0a991d938bc776fe21688b8aa46c9f084ee55
parent97abb99c84505411ba7bf04b38985c0210113483 (diff)
parent77f788d4ca87a332e2c2903f2e2f210ee6a305b7 (diff)
downloadnextcloud-server-7a6508b853a484340d9c62068ef99723617467eb.tar.gz
nextcloud-server-7a6508b853a484340d9c62068ef99723617467eb.zip
Merge pull request #43887 from nextcloud/release/27.1.7v27.1.7
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 5effae9cdfd..183c70a2759 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, 7, 1];
+$OC_Version = [27, 1, 7, 2];
// The human-readable string
-$OC_VersionString = '27.1.7 RC2';
+$OC_VersionString = '27.1.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [