diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-10-09 17:59:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-09 17:59:43 +0200 |
commit | 0fe69b1c13185dd0a677cc88f23a470edb49530a (patch) | |
tree | af1b18b105559c0c1b1925dc200cafc3bde5e06e | |
parent | 121edc9cfd9e3b96d9b75785f2320be534c8f7d2 (diff) | |
parent | 09c270ab14934a6b9d3e6f4a0011b6352a19f391 (diff) | |
download | nextcloud-server-14.0.2RC2.tar.gz nextcloud-server-14.0.2RC2.zip |
Merge pull request #11715 from nextcloud/version/noid/14.0.2RC2v14.0.2RC2
14.0.2 RC 2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index d765d5a2c88..52884684336 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, 2, 0); +$OC_Version = array(14, 0, 2, 1); // The human readable string -$OC_VersionString = '14.0.2 RC 1'; +$OC_VersionString = '14.0.2 RC 2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |