mirror of
https://github.com/containous/traefik.git
synced 2025-03-14 00:58:23 +03:00
9 lines
149 B
Go
9 lines
149 B
Go
package main
|
|
|
|
var (
|
|
// Version holds the current version of traefik.
|
|
Version = ""
|
|
// BuildDate holds the build date of traefik.
|
|
BuildDate = ""
|
|
)
|