From 1025d20b2c8486f4cc61c924bc722e732597580b Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Sun, 30 Jul 2023 16:50:26 -0700 Subject: [PATCH] v0.2.1 --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2513dfb..d183e65 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.2.0 +VERSION = 0.2.1 LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD} linux_amd64: export GOOS=linux diff --git a/main.go b/main.go index fc47799..556b8ea 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( flag "github.com/stefansundin/go-zflag" ) -const version = "0.2.0" +const version = "0.2.1" func init() { // Do not fail if a region is not specified anywhere