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>2021-01-07 16:02:29 +0300
committerGitHub <noreply@github.com>2021-01-07 16:02:29 +0300
commitb8635dab14a5cecbc8f5e7121d5fa656be512fc5 (patch)
treedd9155518329daab657407558f91951a03e59b2f
parentcb73d601101cc3b49f834c4d6c59a14d87d78228 (diff)
parent47b9d3218e09e90f63fb20539befeaf9f0a656c8 (diff)
Merge pull request #24958 from nextcloud/version/18.0.13/rc1v18.0.13RC1
18.0.13 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0ee1b6f8617..31749a90a37 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(18, 0, 12, 2);
+$OC_Version = array(18, 0, 13, 0);
// The human readable string
-$OC_VersionString = '18.0.12';
+$OC_VersionString = '18.0.13 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [