From 6f0a80612dd770f586066a46090befa5b4f61305 Mon Sep 17 00:00:00 2001 From: Kedar Date: Wed, 25 Nov 2015 17:21:32 -0600 Subject: [PATCH] bump to v1.10 --- 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 e5cbf04e..ae1e160b 100644 --- a/sources/admin/main.php +++ b/sources/admin/main.php @@ -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";