diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-29 08:45:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 08:45:50 +0100 |
commit | 7a6508b853a484340d9c62068ef99723617467eb (patch) | |
tree | a1b0a991d938bc776fe21688b8aa46c9f084ee55 | |
parent | 97abb99c84505411ba7bf04b38985c0210113483 (diff) | |
parent | 77f788d4ca87a332e2c2903f2e2f210ee6a305b7 (diff) | |
download | nextcloud-server-7a6508b853a484340d9c62068ef99723617467eb.tar.gz nextcloud-server-7a6508b853a484340d9c62068ef99723617467eb.zip |
Merge pull request #43887 from nextcloud/release/27.1.7v27.1.7
-rw-r--r-- | version.php | 4 |
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' => [ |