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 = "14"
|
|
gitVersion = "v1.14.1-k3s.4"
|
|
gitCommit = "52f3b42401c93c36467f1fd6d294a3aba26c7def"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-04-15T22:13+00:00Z"
|
|
)
|