blob: 8109a9acc9e53e84d9ce5714a6a3d013b4e37449 [file]
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"