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-14 11:22:05 +0300
committerGitHub <noreply@github.com>2021-01-14 11:22:05 +0300
commit37fcc14954310b27190633f69441decfdc0150fe (patch)
treea6aded6f002844c95a313ccf6e5c4a46353b1b3d
parentd122807fab2cd701b05bdf2895c8b2733ec0a95e (diff)
parente2b76cd44d8004f9cdddb6208cabaf2c252e20a1 (diff)
Merge pull request #25104 from nextcloud/version/18.0.13/finalv18.0.13
18.0.13
-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' => [