diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-08-14 20:07:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-14 20:07:08 +0200 |
commit | 9b52eb90e4cac11944fed0c610e3eb6ed9473e8b (patch) | |
tree | 115991ca5fdce3f0ee3f1068e045ebd1322f04d4 | |
parent | 355580b876ef86734d9abe54a72a993a12eeb39c (diff) | |
parent | 7122816afb3223710e4d57094b5b95e99fb02df4 (diff) | |
download | nextcloud-server-14.0.14.tar.gz nextcloud-server-14.0.14.zip |
Merge pull request #16731 from nextcloud/version/14.0.14/finalv14.0.14
14.0.14
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index db663cd37bb..c73f5d81d44 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, 14, 0); +$OC_Version = array(14, 0, 14, 1); // The human readable string -$OC_VersionString = '14.0.14 RC1'; +$OC_VersionString = '14.0.14'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |