Compare commits

...

1 Commits

Author SHA1 Message Date
Lukas Bachschwell ab02d3a8ef
New version shortcut
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2021-01-09 17:49:51 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func main() {
} else {
fmt.Println("Success")
}
} else if os.Args[1] == "version" {
} else if os.Args[1] == "version" || os.Args[1] == "v" {
fmt.Print("Version ")
fmt.Println(gitTag)
} else {