mirror of
https://github.com/traefik/traefik.git
synced 2026-04-24 07:40:06 -04:00
8 lines
149 B
Go
8 lines
149 B
Go
package main
|
|
|
|
var (
|
|
// Version holds the current version of traefik.
|
|
Version = ""
|
|
// BuildDate holds the build date of traefik.
|
|
BuildDate = ""
|
|
)
|