1
0
Fork 0
mirror of https://github.com/pnx/pinger.git synced 2026-06-16 03:24:54 +02:00

Version 0.0.3

This commit is contained in:
Henrik Hautakoski 2025-05-29 22:24:29 +02:00
parent 4869175152
commit ad48db3b0a

View file

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