Skip to content

Commit

Permalink
Version: 1.07
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesGuilleus committed Nov 1, 2019
1 parent 31a5202 commit 384d0b2
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 @@ -17,7 +17,7 @@ var spec = &parseOpt.SpecList{
NameLong: "version",
Desc: "Print the version",
CBFlag: func() {
fmt.Printf("getDoc VERSION: %.2f\n", 1.06)
fmt.Printf("getDoc VERSION: %.2f\n", 1.07)
fmt.Println(" BSD 3-Clause License")
os.Exit(0)
},
Expand Down

0 comments on commit 384d0b2

Please sign in to comment.