vers/cmd/vers/main.go

12 lines
111 B
Go

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