Skip to content

Commit

Permalink
bump to v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarv committed Jun 1, 2016
1 parent cfbb222 commit 839a37c
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 !== false) {
$tags = json_decode($current_tags);
$ref_tag = "v1.13";
$ref_tag = "v1.14";
$current_tag = $tags[0]->name;
if ($current_tag == $ref_tag) {
$alert_class = "success";
Expand Down

0 comments on commit 839a37c

Please sign in to comment.