1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-28 17:47:13 +03:00
traefik/version.go

9 lines
149 B
Go
Raw Normal View History

package main
var (
// Version holds the current version of traefik.
Version = ""
// BuildDate holds the build date of traefik.
BuildDate = ""
)