mirror of
https://github.com/containous/traefik.git
synced 2025-03-12 20:58:23 +03: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"
|
|
)
|