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-20 11:18:20 +0300
committerGitHub <noreply@github.com>2018-11-20 11:18:20 +0300
commita7ea73c95adbb582a02dad682a8c4cca3fbe1836 (patch)
treef92c98bfa812c26414e2aebafc5b106fdbc3f0d7
parent1c8d354c56fff1c4a5ae2e3f7586ace2ce0a6265 (diff)
parent293e413972609b97c19ce412e0124354598cc144 (diff)
Merge pull request #12530 from nextcloud/version/noid/12.0.13rc2v12.0.13RC2
12.0.13 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8f274e36fd1..ece797a7a4f 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, 0);
+$OC_Version = array(12, 0, 13, 1);
// The human readable string
-$OC_VersionString = '12.0.13 RC 1';
+$OC_VersionString = '12.0.13 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [