diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-08-31 15:09:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-31 15:09:46 +0200 |
commit | c31632ccdf5c9a76499ad36b40c8cf52c1602754 (patch) | |
tree | a61f838dc74e330253c200693be3605a5364a6ea | |
parent | 7159ac12333dd3b1401d93998fbfebd71abc1dcc (diff) | |
parent | 9cc663477660edb834871f45a23ac104f839a270 (diff) | |
download | nextcloud-server-c31632ccdf5c9a76499ad36b40c8cf52c1602754.tar.gz nextcloud-server-c31632ccdf5c9a76499ad36b40c8cf52c1602754.zip |
Merge pull request #10861 from nextcloud/version/noid/14.0.0RC2v14.0.0RC2
14.0.0 RC 2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 373d4c1d921..126577bf932 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(14, 0, 0, 17); +$OC_Version = array(14, 0, 0, 18); // The human readable string -$OC_VersionString = '14.0.0 RC 1'; +$OC_VersionString = '14.0.0 RC 2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |