diff options
author | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2024-01-25 10:56:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 10:56:00 +0100 |
commit | 2543c49ea0cc8d8c310dd722d248508d5a970513 (patch) | |
tree | fc59de45177fc11c03d9cb349792712666029870 | |
parent | b1a6a3f1ef9f3752838d82aada83235f53989acb (diff) | |
parent | 6d7fc80efec36467d0dc0ca061873ec99527a494 (diff) | |
download | nextcloud-server-2543c49ea0cc8d8c310dd722d248508d5a970513.tar.gz nextcloud-server-2543c49ea0cc8d8c310dd722d248508d5a970513.zip |
Merge pull request #43096 from nextcloud/release/27.1.6v27.1.6
27.1.6
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 8c5795793fc..34674b17377 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, 6, 1]; +$OC_Version = [27, 1, 6, 2]; // The human-readable string -$OC_VersionString = '27.1.6 RC2'; +$OC_VersionString = '27.1.6'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |