diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-09-03 13:09:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 13:09:03 +0200 |
commit | 5826b75c4025529805135595da46d63c7d46560f (patch) | |
tree | dc68b81c500cceff2b9b4d2712a95deabce9c4ed /version.php | |
parent | d20a11f171e660a4514c8ce3cf4a23ab6488207f (diff) | |
parent | c772df81c30d497729bece12625c4c02cf82ffb6 (diff) | |
download | nextcloud-server-20.0.0beta3.tar.gz nextcloud-server-20.0.0beta3.zip |
Merge pull request #22455 from nextcloud/version/20.0.0/beta3v20.0.0beta3
20 Beta3
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 da3c3477ae4..90f2de48c1e 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, 0, 4]; +$OC_Version = [20, 0, 0, 5]; // The human readable string -$OC_VersionString = '20.0.0 Beta 2'; +$OC_VersionString = '20.0.0 Beta 3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |