From 5895d77b4983442937892359338cd8d4f7dedd10 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 26 Jan 2025 23:55:49 +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 cb7f550..ed8b785 100644 --- a/cmd/mapcidr/main.go +++ b/cmd/mapcidr/main.go @@ -77,7 +77,7 @@ const banner = ` ` // Version is the current version of mapcidr -const version = `v1.1.75` +const version = `v1.1.76` // showBanner is used to show the banner to the user func showBanner() {