go-build-template/pkg/version/version.go
2021-09-14 08:40:17 -07:00

6 lines
149 B
Go

package version
// VERSION is the app-global version string, which should be substituted with a
// real value during build.
var VERSION = "UNKNOWN"