diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-07-15 20:40:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 20:40:08 +0200 |
commit | 4c4cd5984dbbaa7d799f816bf21c6c88d0741b66 (patch) | |
tree | b209b0b18c56fc144ab50309fcfd7e0bc9cde61e | |
parent | c2c8930e481886141a9c1e878fcacc42dd993871 (diff) | |
parent | 55c667acc2aa14cd582d5168148e5a4d6ee8e254 (diff) | |
download | nextcloud-server-17.0.8.tar.gz nextcloud-server-17.0.8.zip |
Merge pull request #21803 from nextcloud/version/17.0.8/finalv17.0.8
17.0.8 final
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index ebfdaa655fc..72f3e09f4b8 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(17, 0, 8, 0); +$OC_Version = array(17, 0, 8, 1); // The human readable string -$OC_VersionString = '17.0.8 RC1'; +$OC_VersionString = '17.0.8'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |