From f463bbb496a59c60446f826b06d42740083c4ae4 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 31 Oct 2023 03:02:45 +0530 Subject: [PATCH] version update --- cmd/mapcidr/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mapcidr/main.go b/cmd/mapcidr/main.go index 43459f79..090e59fd 100644 --- a/cmd/mapcidr/main.go +++ b/cmd/mapcidr/main.go @@ -62,7 +62,7 @@ const banner = ` ` // Version is the current version of mapcidr -const version = `v1.1.9` +const version = `v1.1.14` // showBanner is used to show the banner to the user func showBanner() {