dex/version/version.go

6 lines
158 B
Go
Raw Normal View History

2016-07-26 01:30:28 +05:30
// Package version contains version information for this app.
package version
2016-08-10 03:08:09 +05:30
// Version is set by the build scripts.
var Version = "was not built properly"