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>2019-02-20 18:10:22 +0300
committerGitHub <noreply@github.com>2019-02-20 18:10:22 +0300
commit914f3f4c1eef9ae29450f1802eb1159cf4e7ba46 (patch)
tree42fb5d29bc05ccb9b17565b2e9b2f62dfe708db4
parent599d65deb643dd07508b1b9261462f4597be27fb (diff)
parent5045080952424a057b75d94ca5f82d95e5a14eb7 (diff)
Merge pull request #14306 from nextcloud/version/noid/13.0.11RC1v13.0.12RC1
13.0.11 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 224cb6bf04b..0aa371d880c 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(13, 0, 11, 1);
+$OC_Version = array(13, 0, 12, 0);
// The human readable string
-$OC_VersionString = '13.0.11';
+$OC_VersionString = '13.0.12 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [