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-11-22 15:52:35 +0300
committerGitHub <noreply@github.com>2018-11-22 15:52:35 +0300
commit0b8b083f72a59210ca7bf7c8c2f3b3f93c1ca880 (patch)
treed0f5b8e1089c308dc9f6b02890093094ab52f179
parent820ea9f2d0870f1d447314f2738d17a010919414 (diff)
parent76c0e77cd43eb87d9082a448d14eede22007a5e6 (diff)
Merge pull request #12584 from nextcloud/version/noid/12.0.13v12.0.13stable12
12.0.13
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ece797a7a4f..2cc9c212d80 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(12, 0, 13, 1);
+$OC_Version = array(12, 0, 13, 2);
// The human readable string
-$OC_VersionString = '12.0.13 RC 2';
+$OC_VersionString = '12.0.13';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [