Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlever committed Jul 17, 2020
1 parent c65dd52 commit 5b5879f
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 @@ -58,7 +58,7 @@ func main() {
app := cli.NewApp()
app.Name = "rickybobby"
app.Usage = "Parsing DNS packets when you wanna GO fast!"
app.Version = "1.0.1"
app.Version = "1.0.2"
app.Compiled = time.Now()

app.Authors = []cli.Author{
Expand Down

0 comments on commit 5b5879f

Please sign in to comment.