diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-03-28 09:02:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 09:02:39 +0100 |
commit | 7442a88ac83f00051fbc8592c34819fa9d27764e (patch) | |
tree | 6f21960661ebee6c328f41a0d5fa0b0c305be3a7 | |
parent | 503622e0021a4ce7d8ab00f8e838c3c76e6e570a (diff) | |
parent | f3c1ae99f5bcd959be6276817aef794996cc8073 (diff) | |
download | nextcloud-server-7442a88ac83f00051fbc8592c34819fa9d27764e.tar.gz nextcloud-server-7442a88ac83f00051fbc8592c34819fa9d27764e.zip |
Merge pull request #44524 from nextcloud/release/27.1.8v27.1.8
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index b96a37633cc..7fb8651c367 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, 8, 0]; +$OC_Version = [27, 1, 8, 1]; // The human-readable string -$OC_VersionString = '27.1.8 RC1'; +$OC_VersionString = '27.1.8'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |