Skip to content

Commit

Permalink
bump to v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarv committed Nov 25, 2015
1 parent 4240644 commit 6f0a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/admin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.09";
$ref_tag = "v1.10";
$current_tag = $tags[0]->name;
if ($current_tag == $ref_tag) {
$alert_class = "success";
Expand Down

0 comments on commit 6f0a806

Please sign in to comment.