diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-12-27 14:25:33 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-02 19:34:04 +0100 |
commit | 91397d56ef51eb3fee979fc6583d3a5ea32a4721 (patch) | |
tree | 63a63bc3f4ef8c83f15633de22da9d7305862c14 /version.php | |
parent | c347b7cc148f69f12f7d8e98e3e6fee3a026d11c (diff) | |
download | nextcloud-server-91397d56ef51eb3fee979fc6583d3a5ea32a4721.tar.gz nextcloud-server-91397d56ef51eb3fee979fc6583d3a5ea32a4721.zip |
18 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 a81820e8b7e..27d4309e17c 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, 0, 7); +$OC_Version = array(18, 0, 0, 8); // The human readable string -$OC_VersionString = '18.0.0 Beta4'; +$OC_VersionString = '18.0.0 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |