traefik/integration/vendor/github.com/containous/traefik/version/version.go
2017-03-09 13:13:03 +01:00

10 lines
276 B
Go

package version
var (
// Version holds the current version of traefik.
Version = "dev"
// Codename holds the current version codename of traefik.
Codename = "cheddar" // beta cheese
// BuildDate holds the build date of traefik.
BuildDate = "I don't remember exactly"
)