Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarv committed Oct 2, 2016
1 parent 07042aa commit 89b2f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/admin/main.php
Expand Up @@ -20,7 +20,7 @@
$current_tags = file_get_contents("https://api.github.com/repos/greenelfx/maplebit/tags", false, $context);
if ($current_tags) {
$tags = json_decode($current_tags);
$ref_tag = "v1.15";
$ref_tag = "v1.16";
$current_tag = $tags[0]->name;
if ($current_tag == $ref_tag) {
$alert_class = "success";
Expand Down

0 comments on commit 89b2f3d

Please sign in to comment.