diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-01-07 14:46:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 14:46:55 +0100 |
commit | ab75d68c57f332ba15db6536b59c6727773a1510 (patch) | |
tree | 5238b0c68163fdc612b0196fd38a5e53da006049 | |
parent | ac8a64a59ca5495cc1a9061567e85acc909a673a (diff) | |
parent | 7e496c9bcacf4315d12384f803aa05ea44dd43f7 (diff) | |
download | nextcloud-server-19.0.7RC1.tar.gz nextcloud-server-19.0.7RC1.zip |
Merge pull request #24959 from nextcloud/version/19.0.7/rc1v19.0.7RC1
19.0.7 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 315b3723dde..b2020e5d940 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 = [19, 0, 6, 2]; +$OC_Version = [19, 0, 7, 0]; // The human readable string -$OC_VersionString = '19.0.6'; +$OC_VersionString = '19.0.7 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |