Skip to content

Commit

Permalink
Updated some text.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSTEWARDSON committed Oct 5, 2020
1 parent 4d4c76e commit 4f772d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LinkStatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ var version = flag.BoolP("version", "v", false, "prints out version info")
func main() {
flag.Parse()
if *version == true {
fmt.Println("LinkStatus version 0.1.2")
fmt.Println("LinkStatus version 0.1.4")
return
}
if len(os.Args) == 1 {
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/MSTEWARDSON/LinkStatus
go 1.15

require (
github.com/fatih/color v1.9.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/fatih/color v1.9.0
github.com/spf13/pflag v1.0.5
)

0 comments on commit 4f772d8

Please sign in to comment.