Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-02-27 23:33:46 +0300
committerGitHub <noreply@github.com>2019-02-27 23:33:46 +0300
commitc1c7491a2e99a58645788fa53942024524c9bca8 (patch)
tree3bafa3f6da1069cfdac7325ab84111c8b6692a4e
parenta05e578d363ac57769935a5f1431535935147d32 (diff)
parent4b15f1df5280ccd46d05d19b6451cf62b47271d5 (diff)
Merge pull request #14421 from nextcloud/version/noid/14.0.8v14.0.8
14.0.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 9b356d9283d..f05e6340adb 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, 1);
+$OC_Version = array(14, 0, 8, 2);
// The human readable string
-$OC_VersionString = '14.0.8 RC 2';
+$OC_VersionString = '14.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [