Add codename
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
c7acb2d2c4
commit
64243382cf
6 changed files with 19 additions and 4 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue