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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/index.php')
-rw-r--r--ncp-web/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index b2452ac0..7e9e5604 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -117,7 +117,7 @@ HTML;
</a>
<a id=versionlink target="_blank" href="https://github.com/nextcloud/nextcloudpi/blob/master/changelog.md">
<?php
- $version = "v0.0";
+ $version = "v0.0.0";
$ver_file = "/usr/local/etc/ncp-version";
if (file_exists($ver_file))
$version = file_get_contents($ver_file);