example.com/version v1.1.0
written by hand

-- .mod --
module example.com/version
-- .info --
{"Version":"v1.1.0"}
-- version.go --
package version

const V = "v1.1.0"
