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.7"
|
|
gitCommit = "96a2a74e26d1bfd15c1e0cd6bd4721af975f7a84"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-03-01T04:28+00:00Z"
|
|
)
|