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>2019-11-07 14:41:13 +0300
committerGitHub <noreply@github.com>2019-11-07 14:41:13 +0300
commit8f546eb88368cfe0f21fdab1fe85edea3e29651c (patch)
tree5e282ad44190eae3441cfd072f8c791c437466f5
parent669063d6c115aeae0503ca4ba7aea032be187b3d (diff)
parentaf8c04ff2bb2b21c60bc4b506014e2f09cb81d71 (diff)
Merge pull request #17826 from nextcloud/version/15.0.13/finalv15.0.13
15.0.13
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c6fbf42dc94..8626dbda7da 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(15, 0, 13, 0);
+$OC_Version = array(15, 0, 13, 1);
// The human readable string
-$OC_VersionString = '15.0.13 RC1';
+$OC_VersionString = '15.0.13';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [