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>2018-01-22 13:23:01 +0300
committerGitHub <noreply@github.com>2018-01-22 13:23:01 +0300
commit16ae6f87beb18058dd57f88f18bcd71cafefaae1 (patch)
treeeca935291191598038f39fcea9351d424d0a68c6
parentf4a18c13e064dd775b317375dbc9849f94d21851 (diff)
parent32bee582c89c5e1be3114b973485be8937b5ccf7 (diff)
Merge pull request #21 from nextcloud/12.0.4
12.0.4
-rw-r--r--setup-nextcloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-nextcloud.php b/setup-nextcloud.php
index 6c6774b..3ca8314 100644
--- a/setup-nextcloud.php
+++ b/setup-nextcloud.php
@@ -28,7 +28,7 @@
*/
// Nextcloud version
-define('NC_VERSION', '12.0.3');
+define('NC_VERSION', '12.0.4');
// init
ob_start();