Skip to content

Commit

Permalink
Version 1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesGuilleus committed Nov 18, 2020
1 parent 00fe518 commit 372d53e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

2019, HuguesGuilleus <ghugues@netc.fr>
2019 - 2020, HuguesGuilleus <ghugues@netc.fr>

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// getDoc
// 2019 GUILLEUS Hugues <ghugues@netc.fr>
// 2019-2020 GUILLEUS Hugues <ghugues@netc.fr>
// BSD 3-Clause "New" or "Revised" License

package main
Expand All @@ -17,7 +17,7 @@ var spec = &parseOpt.SpecList{
NameLong: "version",
Desc: "Print the version",
CBFlag: func() {
fmt.Printf("getDoc VERSION: %.2f\n", 1.07)
fmt.Printf("getDoc VERSION: %.2f\n", 1.08)
fmt.Println(" BSD 3-Clause License")
os.Exit(0)
},
Expand Down

0 comments on commit 372d53e

Please sign in to comment.