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-09-24 14:10:39 +0300
committerGitHub <noreply@github.com>2017-09-24 14:10:39 +0300
commitf4a18c13e064dd775b317375dbc9849f94d21851 (patch)
tree5a3936ad9ff3a84756cd084a243119044ecf98c8
parent20bede8314949be473ff4822c13a91703907ea4e (diff)
parent35fbc22f79b09c4563d4b7de228743c559622f07 (diff)
Merge pull request #20 from nextcloud/12.0.3
Update setup-nextcloud.php
-rw-r--r--setup-nextcloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-nextcloud.php b/setup-nextcloud.php
index 8091861..6c6774b 100644
--- a/setup-nextcloud.php
+++ b/setup-nextcloud.php
@@ -28,7 +28,7 @@
*/
// Nextcloud version
-define('NC_VERSION', '12.0.2');
+define('NC_VERSION', '12.0.3');
// init
ob_start();