dex/version/version.go
2016-08-09 14:38:09 -07:00

6 lines
158 B
Go

// Package version contains version information for this app.
package version
// Version is set by the build scripts.
var Version = "was not built properly"