mirror of
https://github.com/traefik/mesh.git
synced 2026-05-02 18:32:32 +00:00
11 lines
232 B
Go
11 lines
232 B
Go
package version
|
|
|
|
var (
|
|
// Version holds the version name.
|
|
Version = "dev"
|
|
// Commit holds the version build commit.
|
|
Commit = "I don't remember exactly"
|
|
// Date holds the version build date.
|
|
Date = "I don't remember exactly"
|
|
)
|