diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-02-25 19:51:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 19:51:26 +0100 |
commit | 165dc87bef52cd3b814c1c326a8e481b40af98a8 (patch) | |
tree | 0a87aa29275d287b7d37026d97a91d839852d110 | |
parent | 7a4e7df93965608b946517bd090983394ece628c (diff) | |
parent | 1473cbfd145e471d8f3ece2895c110826e6a5186 (diff) | |
download | nextcloud-server-165dc87bef52cd3b814c1c326a8e481b40af98a8.tar.gz nextcloud-server-165dc87bef52cd3b814c1c326a8e481b40af98a8.zip |
Merge pull request #14375 from nextcloud/version/noid/14.0.8RC2v14.0.8RC2
14.0.8 RC 2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 1877dec1894..9b356d9283d 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, 8, 0); +$OC_Version = array(14, 0, 8, 1); // The human readable string -$OC_VersionString = '14.0.8 RC 1'; +$OC_VersionString = '14.0.8 RC 2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |