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-13 01:06:13 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-01-13 01:06:13 +0300
commite2b76cd44d8004f9cdddb6208cabaf2c252e20a1 (patch)
tree5f0905d1f552b68445840f45d3edde1d81846578
parent8e391f86e3d0b4213d4bc136d379a0132218083e (diff)
18.0.13
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 31749a90a37..7e660096f8b 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, 13, 0);
+$OC_Version = array(18, 0, 13, 1);
// The human readable string
-$OC_VersionString = '18.0.13 RC1';
+$OC_VersionString = '18.0.13';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [