From 68e804fc46dbe75b8cf4da27ad6bbaf1eeb904f8 Mon Sep 17 00:00:00 2001 From: Chaz Lever Date: Wed, 14 Apr 2021 18:27:27 -0400 Subject: [PATCH] Increment the version number Update the version number for the latest release. --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 497fa81..de4e304 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/main.go b/main.go index 88f4cdc..ae7b851 100644 --- a/main.go +++ b/main.go @@ -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{