Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Aug 16, 2022
1 parent 2c4292a commit 3e38850
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.1.0
VERSION = 0.2.0
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.1.0"
const version = "0.2.0"

func init() {
// Do not fail if a region is not specified anywhere
Expand Down

0 comments on commit 3e38850

Please sign in to comment.