diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-10-24 10:32:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 10:32:10 +0200 |
commit | 89d88b3ea5b4049355e3c49d121f82e5e62bfc44 (patch) | |
tree | a8c5975aa8d19b7cbb3dd83a98996824992cb3c4 | |
parent | 3674d341ea5b3b8536b640dc35fdced0844c5073 (diff) | |
parent | dcc146a5c0f4b68cba87149c0ef6d2d77aa311c0 (diff) | |
download | nextcloud-server-20.0.1.tar.gz nextcloud-server-20.0.1.zip |
Merge pull request #23639 from nextcloud/version/noid/20.0.1v20.0.1
20.0.1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 3bfbf1e7698..9b82df9ca08 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, 1, 0]; +$OC_Version = [20, 0, 1, 1]; // The human readable string -$OC_VersionString = '20.0.1 RC 1'; +$OC_VersionString = '20.0.1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |