Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiletoly committed Oct 20, 2021
1 parent 36a8e49 commit 503f5fa
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 @@ -47,7 +47,7 @@ func parseCommandLineArgs() (

flag.Parse()
if isFlagPassed("print-version") && *boolPtr {
println("gobetter version 0.2")
println("gobetter version 0.3")
}

inFilename = *inputFilePtr
Expand Down

0 comments on commit 503f5fa

Please sign in to comment.