Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Ross committed May 24, 2020
1 parent df20e30 commit 9e80acc
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 @@ -26,7 +26,7 @@ func main() {

// Handle the --version parameter
if *versionParam {
fmt.Printf("%s\n", "2.2.0")
fmt.Printf("%s\n", "2.2.1")
os.Exit(0)
}

Expand Down

0 comments on commit 9e80acc

Please sign in to comment.