Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jul 30, 2023
1 parent 79fbff3 commit 1025d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1025d20

Please sign in to comment.