diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-11-17 09:38:45 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-11-17 09:38:45 +0100 |
commit | 35c29b46eabc10c27fbfbe031f7cb34ffe1d9bc2 (patch) | |
tree | 3cc301e8e9f938a2e5dc0d8e43695ea6af145e1a /version.php | |
parent | 51d8134e50b134545950117a6a89f8e4d2529be5 (diff) | |
download | nextcloud-server-35c29b46eabc10c27fbfbe031f7cb34ffe1d9bc2.tar.gz nextcloud-server-35c29b46eabc10c27fbfbe031f7cb34ffe1d9bc2.zip |
20.0.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 438cbd51f48..3e289a2eed4 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, 2, 1]; +$OC_Version = [20, 0, 2, 2]; // The human readable string -$OC_VersionString = '20.0.2 RC2'; +$OC_VersionString = '20.0.2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |