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 <roeland@famdouma.nl>2021-01-05 11:13:22 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-01-05 11:13:22 +0300
commit47b9d3218e09e90f63fb20539befeaf9f0a656c8 (patch)
tree5a642d698c18e7436fd5315374238cdc0f86de3f
parentf9a5ac36382d0628808a2daad4f57fd41e43ca0e (diff)
18.0.13 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [