diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-08-08 10:50:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 10:50:52 +0200 |
commit | 37f329710ea2ae36635ec0e2ff5dbd8133c4625b (patch) | |
tree | 539b2b6ea38a1a9565711cc95669b3b0289b4383 | |
parent | 132d1401fc1cf19e7ab5818512bc5d7da9647e45 (diff) | |
parent | 5adca67b91347a988336fa876547b193d5bda6ba (diff) | |
download | nextcloud-server-37f329710ea2ae36635ec0e2ff5dbd8133c4625b.tar.gz nextcloud-server-37f329710ea2ae36635ec0e2ff5dbd8133c4625b.zip |
Merge pull request #16675 from nextcloud/version/14.0.14/RC1v14.0.14RC1
14.0.14 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index e5f913617d8..db663cd37bb 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, 13, 1); +$OC_Version = array(14, 0, 14, 0); // The human readable string -$OC_VersionString = '14.0.13'; +$OC_VersionString = '14.0.14 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |