Skip to content

Commit 89b2f3d

Browse files
committed
bump version
1 parent 07042aa commit 89b2f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/admin/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
$current_tags = file_get_contents("https://api.github.com/repos/greenelfx/maplebit/tags", false, $context);
2121
if ($current_tags) {
2222
$tags = json_decode($current_tags);
23-
$ref_tag = "v1.15";
23+
$ref_tag = "v1.16";
2424
$current_tag = $tags[0]->name;
2525
if ($current_tag == $ref_tag) {
2626
$alert_class = "success";

0 commit comments

Comments
 (0)