summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-09-21 11:00:49 +0200
committerGitHub <noreply@github.com>2023-09-21 11:00:49 +0200
commitf08d7818360df171dfc47a412b5a35c524b01f9f (patch)
tree5586df10ddb0ef0882b9c7955d585fe6e32948b4
parent21f8cc88475fe90933faea9ba68c58c76603113d (diff)
parent29ff8a5cfc3f0c72d8fca575f57d549dd86392ed (diff)
Merge pull request #40525 from nextcloud/release/27.1.1v27.1.1
27.1.1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 814d8e7e847..1c89c51c2ad 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, 0, 7];
+$OC_Version = [27, 1, 1, 0];
// The human-readable string
-$OC_VersionString = '27.1.0';
+$OC_VersionString = '27.1.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [