mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +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"
|
|
)
|