mirror of
https://github.com/traefik/traefik.git
synced 2025-05-07 16:33:06 +00: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 = ""
|
|
)
|