Fixed version message.
This commit is contained in:
parent
1271256866
commit
b7d2c1ab83
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -35,7 +35,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if *versionIsAsked {
|
if *versionIsAsked {
|
||||||
fmt.Println("Simple Serial version: " + Value)
|
fmt.Println(gitVersion)
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue