diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-02-18 20:23:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 20:23:45 +0100 |
commit | cdff62794195e11a17d399a035fc4ef563fea389 (patch) | |
tree | 166a641c6014dcb5a5bd861048f4fba066a0da36 | |
parent | 9f0f913271ba78b862dcabfdad00b3fc54577ee7 (diff) | |
parent | f108eb329143cf29746c7e8faf0ea6152616693a (diff) | |
download | nextcloud-server-19.0.9RC1.tar.gz nextcloud-server-19.0.9RC1.zip |
Merge pull request #25495 from nextcloud/version/19.0.9/RC1v19.0.9RC1
19.0.9 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 56be8f75969..e5580dc65e8 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, 8, 1]; +$OC_Version = [19, 0, 9, 0]; // The human readable string -$OC_VersionString = '19.0.8'; +$OC_VersionString = '19.0.9 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |