Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/web-installer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-03 12:26:04 +0300
committerGitHub <noreply@github.com>2016-10-03 12:26:04 +0300
commit260036371cb848e3dc66f1a7a695eef9d2556a56 (patch)
tree34d2bc3abf064b7a0f0af8cbbd06de35e3b9994f
parent6542c66682faa3276743a4f2ac1f34967020f0da (diff)
parentce2c88c3040f7cca47aa3dfbce4b6763fabd23d4 (diff)
Merge pull request #8 from nextcloud/10.0.1
Set Nextcloud version to 10.0.1
-rw-r--r--setup-nextcloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-nextcloud.php b/setup-nextcloud.php
index edcfede..9a4201c 100644
--- a/setup-nextcloud.php
+++ b/setup-nextcloud.php
@@ -28,7 +28,7 @@
*/
// Nextcloud version
-define('NC_VERSION', '10.0.0');
+define('NC_VERSION', '10.0.1');
// init
ob_start();