From d1d84d624856464e16aa104a93ff57b2d6bb0707 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 28 Jul 2024 23:55:51 +0000 Subject: [PATCH] Bump version --- 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 f8697b2..5e16345 100644 --- a/cmd/mapcidr/main.go +++ b/cmd/mapcidr/main.go @@ -76,7 +76,7 @@ const banner = ` ` // Version is the current version of mapcidr -const version = `v1.1.49` +const version = `v1.1.50` // showBanner is used to show the banner to the user func showBanner() {