40391c57c2
… and *lint* the latest piece of code. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
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 = ""
|
|
)
|