diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-03-05 19:26:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 19:26:08 +0100 |
commit | e79aa2050c24a58c57fe85adc8f34fef954ebae0 (patch) | |
tree | 14b5155a4c9990339a4511c1f5178836445fc174 | |
parent | 8d88db3173f1e01effb6aa1942cc58b2e4c15a10 (diff) | |
parent | ef3f48124b81e41155dfa901ba8eacbf99b8e70b (diff) | |
download | nextcloud-server-18.0.2RC1.tar.gz nextcloud-server-18.0.2RC1.zip |
Merge pull request #19732 from nextcloud/version/18.0.2/RC1v18.0.2RC1
18.0.2 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 7141589fa45..daa081212cf 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, 1, 3); +$OC_Version = array(18, 0, 2, 0); // The human readable string -$OC_VersionString = '18.0.1'; +$OC_VersionString = '18.0.2 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |