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:
authorMorris Jobke <hey@morrisjobke.de>2019-01-11 18:10:41 +0300
committerGitHub <noreply@github.com>2019-01-11 18:10:41 +0300
commite049b7c3cfb5b8aac5fcbf3d9ed71422c762a6ad (patch)
tree5fb0757872d7fe2d3b48cde9b0f737176f4908cf
parentfabcb1ff2c04be5c41c4d2237da528ac37cabdbf (diff)
parentd56b9958878abee78ce7aff30be6e3f5765a212b (diff)
Merge pull request #13517 from nextcloud/version/noid/13.0.10v13.0.10
13.0.10
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 50608d9dbaf..eafa9c2033b 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(13, 0, 9, 2);
+$OC_Version = array(13, 0, 10, 0);
// The human readable string
-$OC_VersionString = '13.0.9';
+$OC_VersionString = '13.0.10';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [