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>2019-11-06 11:30:46 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-11-06 11:30:46 +0300
commitaf8c04ff2bb2b21c60bc4b506014e2f09cb81d71 (patch)
treeab828431b1fb5a6addfa1f8c08c6a907a66ff3ba
parent8b220d0aeee2308f1015b48f48e99aea36215aa4 (diff)
15.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 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' => [