mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 23:59:26 +00:00
11 lines
208 B
Go
11 lines
208 B
Go
package version
|
|
|
|
var (
|
|
gitMajor = "1"
|
|
gitMinor = "21"
|
|
gitVersion = "v1.21.1-k3s1"
|
|
gitCommit = "2748979665974057d48bc75c1bfe05ae5257300c"
|
|
gitTreeState = "clean"
|
|
buildDate = "2021-05-14T01:38:27Z"
|
|
)
|