version.go (4 lines of code) (raw):

package main func VersionString() string { return "0.16.1" }