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>2018-10-11 10:43:02 +0300
committerGitHub <noreply@github.com>2018-10-11 10:43:02 +0300
commit51813f76d99db70998efe867ba689fd5c2294cbd (patch)
tree39c0b5a06b90c8cd4b84f0f6ec3de3279e6fdc7e
parent5bf4bc7ed16b11eff5ed01936d456fd6443d03f1 (diff)
parent53fb47802cb311cb6186f95cf8fe9cb572be7e20 (diff)
Merge pull request #11751 from nextcloud/release/14.0.2v14.0.2
14.0.2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 52884684336..5108d282201 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, 1);
+$OC_Version = array(14, 0, 2, 2);
// The human readable string
-$OC_VersionString = '14.0.2 RC 2';
+$OC_VersionString = '14.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [