mirror of
https://github.com/traefik/traefik.git
synced 2025-05-20 06:33:28 +00:00
9 lines
176 B
Go
9 lines
176 B
Go
package main
|
|
|
|
var (
|
|
// Version holds the current version of traefik.
|
|
Version = "dev"
|
|
// BuildDate holds the build date of traefik.
|
|
BuildDate = "I don't remember exactly"
|
|
)
|