Skip to content

Commit

Permalink
Increment the version number
Browse files Browse the repository at this point in the history
Update the version number for the latest release.
  • Loading branch information
chazlever committed Apr 14, 2021
1 parent 6f2bf96 commit 68e804f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ application without any arguments.
rickybobby [global options] command [command options] [arguments...]

VERSION:
1.0.3
1.0.4

AUTHOR:
Chaz Lever <chazlever@users.noreply.github.com>
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func main() {
app := cli.NewApp()
app.Name = "rickybobby"
app.Usage = "Parsing DNS packets when you wanna GO fast!"
app.Version = "1.0.3"
app.Version = "1.0.4"
app.Compiled = time.Now()

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

0 comments on commit 68e804f

Please sign in to comment.