diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-07-15 20:51:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 20:51:02 +0200 |
commit | 24c47a5c66c708f4afe1f3c155c21720037e025f (patch) | |
tree | 2a4a2ccc37f902b4d491ffcdb258b39bd4f0040d | |
parent | c427296602edfcf78ecc54e4678c4073e1e7282e (diff) | |
parent | 7efb070ffe2dd347dcbffeb64e1e107c79cafe05 (diff) | |
download | nextcloud-server-24c47a5c66c708f4afe1f3c155c21720037e025f.tar.gz nextcloud-server-24c47a5c66c708f4afe1f3c155c21720037e025f.zip |
Merge pull request #21802 from nextcloud/version/18.0.7/finalv18.0.7
18.0.7 final
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index debf01c54ca..a999a5f7648 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(18, 0, 7, 0); +$OC_Version = array(18, 0, 7, 1); // The human readable string -$OC_VersionString = '18.0.7 RC1'; +$OC_VersionString = '18.0.7'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |