mirror of
https://github.com/containous/traefik.git
synced 2025-01-11 05:17:52 +03:00
40391c57c2
… and *lint* the latest piece of code. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
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 = ""
|
|
)
|