mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 10:49:38 +00:00
7 lines
64 B
Go
7 lines
64 B
Go
package version
|
|
|
|
var (
|
|
Version = "dev"
|
|
GitCommit = "HEAD"
|
|
)
|