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 = "15"
|
|
gitVersion = "v1.15.3-k3s.1"
|
|
gitCommit = "2258cf7b7c767ecca887c5fc17784b3f8472b271"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-08-29T05:27+00:00Z"
|
|
)
|