mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
6 lines
158 B
Go
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"
|