From 3e38850bc47f251ecb74a1618cfd06677ef3ab29 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Mon, 15 Aug 2022 23:41:49 -0700 Subject: [PATCH] v0.2.0 --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e871de6..2513dfb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.1.0 +VERSION = 0.2.0 LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD} linux_amd64: export GOOS=linux diff --git a/main.go b/main.go index 791ab79..59daf4d 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( flag "github.com/stefansundin/go-zflag" ) -const version = "0.1.0" +const version = "0.2.0" func init() { // Do not fail if a region is not specified anywhere