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-06-29 08:19:49 +0300
committerGitHub <noreply@github.com>2019-06-29 08:19:49 +0300
commitbc1fa60248400657357d7bc2ec963959943d96ae (patch)
tree7bca93c70a2912e50e226c1f2a894cb69d885b84
parentc9b325734aaab26f7638d5a24d5227ba27436b88 (diff)
parent14246fb7a77ebd41886e76438e5b7dd93f843eec (diff)
Merge pull request #16062 from nextcloud/version/noid/14.0.13RC1v14.0.13RC1
14.0.13 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 09a98af39f5..46fcdd19e04 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, 12, 0);
+$OC_Version = array(14, 0, 13, 0);
// The human readable string
-$OC_VersionString = '14.0.12';
+$OC_VersionString = '14.0.13 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [