1
0
Fork 0

Add codename

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2016-07-05 21:03:37 +02:00
parent c7acb2d2c4
commit 64243382cf
No known key found for this signature in database
GPG key ID: D808B4C167352E59
6 changed files with 19 additions and 4 deletions

View file

@ -3,6 +3,8 @@ package main
var (
// Version holds the current version of traefik.
Version = "dev"
// Codename holds the current version codename of traefik.
Codename = "cheddar" // beta cheese
// BuildDate holds the build date of traefik.
BuildDate = "I don't remember exactly"
)