diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-03-09 15:44:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 15:44:01 +0100 |
commit | 3338b7a665d146d25291c6cb11280fa5e80e704a (patch) | |
tree | 92bf7d9ad803640b51853d5910e6e24b54bec103 | |
parent | 8df76b56fcc1e750b0be2c557f9762d6f2ba2866 (diff) | |
parent | 1b2f1506cbf415b5a24bff167c772c791d2bac91 (diff) | |
download | nextcloud-server-3338b7a665d146d25291c6cb11280fa5e80e704a.tar.gz nextcloud-server-3338b7a665d146d25291c6cb11280fa5e80e704a.zip |
Merge pull request #19844 from nextcloud/version/16.0.9/RC2v16.0.9RC2
16.0.9 RC2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 2cc18244a3f..a4731da6e9a 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 = array(16, 0, 9, 0); +$OC_Version = array(16, 0, 9, 1); // The human readable string -$OC_VersionString = '16.0.9 RC1'; +$OC_VersionString = '16.0.9 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |