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:
authorMarius Blüm <marius@lineone.io>2017-03-12 21:08:03 +0300
committerGitHub <noreply@github.com>2017-03-12 21:08:03 +0300
commit1f2d28fb6fa200f2ab7029ee3fb9c0a21b1173f1 (patch)
tree0689d2282c97a4c82b9a7811e7f5a6edeb9570bc
parenta8567c8057a2c7bfb2256938229dd2c3cace87c1 (diff)
parent761e5d8d7100310a778cbf33fc61aeb2b26624e2 (diff)
Merge pull request #13 from PietsHost/master
Updated to 11.0.2
-rw-r--r--setup-nextcloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-nextcloud.php b/setup-nextcloud.php
index 1ebeac3..93c585d 100644
--- a/setup-nextcloud.php
+++ b/setup-nextcloud.php
@@ -28,7 +28,7 @@
*/
// Nextcloud version
-define('NC_VERSION', '11.0.1');
+define('NC_VERSION', '11.0.2');
// init
ob_start();