From e558e9c0de53f83d254e47357ced8138d2f4b322 Mon Sep 17 00:00:00 2001 From: Kedar V Date: Fri, 30 Sep 2016 10:33:28 -0400 Subject: [PATCH] bump version to v1.15 --- sources/admin/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/admin/main.php b/sources/admin/main.php index 489c6b1b..d07e570d 100644 --- a/sources/admin/main.php +++ b/sources/admin/main.php @@ -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.14"; + $ref_tag = "v1.15"; $current_tag = $tags[0]->name; if ($current_tag == $ref_tag) { $alert_class = "success";