diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-02 21:02:38 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-09 08:12:53 +0100 |
commit | abd4bf1f27cb637a42b5ca2fac9cf8b2dcef4bfa (patch) | |
tree | 00d9f235e390b7fd6f808beebdf7aa981f91306a /version.php | |
parent | 2b1c49cdbace746478d25511c4c7609710ecbf1f (diff) | |
download | nextcloud-server-abd4bf1f27cb637a42b5ca2fac9cf8b2dcef4bfa.tar.gz nextcloud-server-abd4bf1f27cb637a42b5ca2fac9cf8b2dcef4bfa.zip |
18 RC 2
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 27d4309e17c..d7d6186f29e 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, 8); +$OC_Version = array(18, 0, 0, 9); // The human readable string -$OC_VersionString = '18.0.0 RC1'; +$OC_VersionString = '18.0.0 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |