diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-02-02 20:51:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 20:51:53 +0100 |
commit | 370ae8ac0462dc6e8bc17df4f46962a35a9b6756 (patch) | |
tree | bf4b304ccaf4d79538521fc7e06b5a1b1430591f | |
parent | e70ad108f6f48556428a80e21a3fd680bf407f07 (diff) | |
parent | 173122846a95a39a93e04d98deafc2e870a2eb42 (diff) | |
download | nextcloud-server-370ae8ac0462dc6e8bc17df4f46962a35a9b6756.tar.gz nextcloud-server-370ae8ac0462dc6e8bc17df4f46962a35a9b6756.zip |
Merge pull request #25387 from nextcloud/version/20.0.7/finalv20.0.7
20.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 8c90e99763b..1f1dc8f0be2 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 = [20, 0, 7, 0]; +$OC_Version = [20, 0, 7, 1]; // The human readable string -$OC_VersionString = '20.0.7 RC1'; +$OC_VersionString = '20.0.7'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |