diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2021-01-19 12:53:06 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2021-01-19 13:48:34 +0100 |
commit | c442f4916272afc92412cfb59833e67882256946 (patch) | |
tree | 6259066050a3b5e7283f12cf6164126afb960508 /version.php | |
parent | 8395819a9353bae580c91ca04fab729238e0e1a1 (diff) | |
download | nextcloud-server-c442f4916272afc92412cfb59833e67882256946.tar.gz nextcloud-server-c442f4916272afc92412cfb59833e67882256946.zip |
20.0.6 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 93c59b2d5c1..f0652e04822 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, 5, 2]; +$OC_Version = [20, 0, 6, 0]; // The human readable string -$OC_VersionString = '20.0.5'; +$OC_VersionString = '20.0.6 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |