1
0
Fork 0
mirror of https://github.com/pnx/pinger.git synced 2026-06-16 03:24:54 +02:00
This commit is contained in:
Henrik Hautakoski 2026-05-11 17:35:28 +02:00
parent b9c0d0b416
commit 26de4fa647

View file

@ -57,7 +57,7 @@ func main() {
getopt.Parse() getopt.Parse()
if *version { if *version {
fmt.Println("Version 0.0.3") fmt.Println("Version 0.0.4")
os.Exit(0) os.Exit(0)
} }