Skip to content

Commit

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

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

0 comments on commit a40c6e7

Please sign in to comment.