Skip to content

Commit

Permalink
bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Sep 12, 2020
1 parent e06cefc commit f8dfd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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.5.0-ac30e27"
Version = "v0.5.0-e06cefc"
}
}

Expand Down

0 comments on commit f8dfd9a

Please sign in to comment.