mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
11 lines
213 B
Go
11 lines
213 B
Go
package version
|
|
|
|
var (
|
|
gitMajor = "1"
|
|
gitMinor = "13"
|
|
gitVersion = "v1.13.3-k3s.6"
|
|
gitCommit = "da4e14f160174f356b1d95198f48439971cc8a85"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-02-24T05:21+00:00Z"
|
|
)
|