diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-02-24 19:36:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 19:36:24 +0100 |
commit | 1ff83111a63e795079d668bb15ffa84c1024596d (patch) | |
tree | 6ebb8080fea925ce541d9307d0923ec7f29e68fb | |
parent | 147e2798d750163e3afb5cbcf7a536fd2a19d6f8 (diff) | |
parent | 94099c9b803ebf0db92584486690436d3c27fa2f (diff) | |
download | nextcloud-server-1ff83111a63e795079d668bb15ffa84c1024596d.tar.gz nextcloud-server-1ff83111a63e795079d668bb15ffa84c1024596d.zip |
Merge pull request #25719 from nextcloud/version/20.0.8/finalv20.0.8
20.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 e1f06e09205..833f088fc42 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, 8, 0]; +$OC_Version = [20, 0, 8, 1]; // The human readable string -$OC_VersionString = '20.0.8 RC1'; +$OC_VersionString = '20.0.8'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |