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.2-k3s2"
|
|
gitCommit = "149316edfe67e696f622608282a3fc4252ad92b3"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-01-22T20:48+00:00Z"
|
|
)
|