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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-07-04 09:47:54 +0300
committerGitHub <noreply@github.com>2019-07-04 09:47:54 +0300
commite877a7ec027854315ec58bdbc3ccb77d5e89b76a (patch)
tree8e6936ed08f8b057c1a5161f28d595fb47e7cfea
parent180e5d3d16eac4a09b9614a5836df104cc96726f (diff)
parentb453b2381b707b055534cc10b969e8ddcba25eaa (diff)
Merge pull request #16220 from nextcloud/version/noid/14.0.13v14.0.13
14.0.13
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 46fcdd19e04..e5f913617d8 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, 0);
+$OC_Version = array(14, 0, 13, 1);
// The human readable string
-$OC_VersionString = '14.0.13 RC1';
+$OC_VersionString = '14.0.13';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [