Skip to content

Commit

Permalink
bump 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Jul 24, 2020
1 parent db63661 commit 66cb94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ build:
release:
rm -f miti
rm -rf dist
VERSION=0.3.2 go generate
go generate
git push
goreleaser release

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {
flag.StringVar(&flagRecord, "record", "", "record input to miti file")
flag.StringVar(&flagFile, "play", "", "play sequence from miti file")
if Version == "" {
Version = "v0.3.2-deb034b"
Version = "v0.3.2-db63661"
}
}

Expand Down

0 comments on commit 66cb94c

Please sign in to comment.