package main import ( "fmt" "mcquay.me/vers" ) func main() { fmt.Printf("version: %v\n", vers.Version) }