diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-06-25 12:23:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 12:23:13 +0200 |
commit | 883b016f74f1f65a55c42c75fe04c1262936a190 (patch) | |
tree | 3b5f8810f52a012da0810451600a49e4182400a8 | |
parent | 5be77d3010faa868b995a68bf3f062c461c3aea6 (diff) | |
parent | d61e8cdb90fe5f7c129ff79248486c7c402a205f (diff) | |
download | nextcloud-server-883b016f74f1f65a55c42c75fe04c1262936a190.tar.gz nextcloud-server-883b016f74f1f65a55c42c75fe04c1262936a190.zip |
Merge pull request #46065 from nextcloud/release/27.1.11v27.1.11
27.1.11
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 913667f5f11..af2500b0d95 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, 11, 2]; +$OC_Version = [27, 1, 11, 3]; // The human-readable string -$OC_VersionString = '27.1.11 RC3'; +$OC_VersionString = '27.1.11'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |