diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2021-02-05 10:53:29 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2021-02-05 10:53:29 +0100 |
commit | 931ee2c0b8da36fa036edc817452c02181618a54 (patch) | |
tree | 69d22b97a15fde2aeff505f9082c115e36d34aa3 /version.php | |
parent | 6552f03d1f3005a4861dba53dcca782cbf224697 (diff) | |
download | nextcloud-server-931ee2c0b8da36fa036edc817452c02181618a54.tar.gz nextcloud-server-931ee2c0b8da36fa036edc817452c02181618a54.zip |
20.0.8 RC1
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 1f1dc8f0be2..e1f06e09205 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, 1]; +$OC_Version = [20, 0, 8, 0]; // The human readable string -$OC_VersionString = '20.0.7'; +$OC_VersionString = '20.0.8 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |