diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-09-10 19:09:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 19:09:21 +0200 |
commit | 92cde8bf17d09e71c9616f410eb1cf25e9c0f95b (patch) | |
tree | 7b0932b19f13518b5977fcd4dd5ac62930cd9afe | |
parent | d01278b3caf57bee4a3590c42ca5641c4a6506c6 (diff) | |
parent | b7edc61a83bb320d77bba72f04c16a10f6d7f546 (diff) | |
download | nextcloud-server-92cde8bf17d09e71c9616f410eb1cf25e9c0f95b.tar.gz nextcloud-server-92cde8bf17d09e71c9616f410eb1cf25e9c0f95b.zip |
Merge pull request #22562 from nextcloud/version/20.0.0/beta4v20.0.0beta4
20 beta 4
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 90f2de48c1e..bb27fba74fb 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, 5]; +$OC_Version = [20, 0, 0, 6]; // The human readable string -$OC_VersionString = '20.0.0 Beta 3'; +$OC_VersionString = '20.0.0 Beta 4'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |