diff --git a/sources/admin/main.php b/sources/admin/main.php index f7220dd9..6da430d5 100644 --- a/sources/admin/main.php +++ b/sources/admin/main.php @@ -22,7 +22,7 @@ $current_tags = file_get_contents("https://api.github.com/repos/greenelfx/maplebit/tags", false, $context); if ($current_tags !== false) { $tags = json_decode($current_tags); - $ref_tag = "v1.05"; + $ref_tag = "v1.06"; $current_tag = $tags[0]->name; if ($current_tag == $ref_tag) { $alert_class = "success"; @@ -168,4 +168,4 @@ redirect("?base=main"); } -?> \ No newline at end of file +?>