Fixed version message.

This commit is contained in:
Foil-hat-guy 2025-04-20 02:29:47 +03:00
parent 1271256866
commit b7d2c1ab83
No known key found for this signature in database
GPG key ID: 221CC305A7B23591

View file

@ -35,7 +35,7 @@ func init() {
}
if *versionIsAsked {
fmt.Println("Simple Serial version: " + Value)
fmt.Println(gitVersion)
os.Exit(0)
}
}