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 = "15"
|
|
gitVersion = "v1.15.4-k3s.1"
|
|
gitCommit = "a7531b1ab3fd5ff987b074472ddfb84a2f5326bc"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-09-19T22:36Z"
|
|
)
|