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

Version 0.0.2

This commit is contained in:
Henrik Hautakoski 2023-03-13 21:54:22 +01:00
parent 39d20366dc
commit fb4c8fea9c

View file

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