mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
11 lines
212 B
Go
11 lines
212 B
Go
package version
|
|
|
|
var (
|
|
gitMajor = "1"
|
|
gitMinor = "12"
|
|
gitVersion = "v1.13.1-k3s2"
|
|
gitCommit = "2054ab40be790e5f209e480b18ab8a7015262796"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-01-09T20:07+00:00Z"
|
|
)
|