mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
11 lines
206 B
Go
11 lines
206 B
Go
package version
|
|
|
|
var (
|
|
gitMajor = "1"
|
|
gitMinor = "16"
|
|
gitVersion = "v1.16.2-k3s.1"
|
|
gitCommit = "b8b17ba55f20e590df507fce333dfee13ab438c6"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-10-16T05:17Z"
|
|
)
|