summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-09-20 11:52:54 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-09-20 11:52:54 +0200
commit29ff8a5cfc3f0c72d8fca575f57d549dd86392ed (patch)
treef1230f9b969f89ae20ffbe6d6a72ead30b4d23ff /version.php
parentfe4d002d1f36ff668b26afd8c620910495245056 (diff)
downloadnextcloud-server-29ff8a5cfc3f0c72d8fca575f57d549dd86392ed.tar.gz
nextcloud-server-29ff8a5cfc3f0c72d8fca575f57d549dd86392ed.zip
27.1.1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-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' => [