diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-09-04 19:59:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 19:59:10 +0200 |
commit | 769d6f18b2f4f4f22733864a8b42d10fbb6c61be (patch) | |
tree | a704629724121235d603de94e5029872d2071aca /version.php | |
parent | c5a9fae34c765dd232286cfac3ba51ac2aa53f31 (diff) | |
parent | cc642c700a6714884d61f9f1213f3945f4a4c2c8 (diff) | |
download | nextcloud-server-18.0.9RC1.tar.gz nextcloud-server-18.0.9RC1.zip |
Merge pull request #22575 from nextcloud/version/18.0.9/rc1v18.0.9RC1
18.0.9 RC1
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 a55ba2ace11..947a9b1889f 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(18, 0, 8, 2); +$OC_Version = array(18, 0, 9, 0); // The human readable string -$OC_VersionString = '18.0.8'; +$OC_VersionString = '18.0.9 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |