mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
11 lines
209 B
Go
11 lines
209 B
Go
package version
|
|
|
|
var (
|
|
gitMajor = "1"
|
|
gitMinor = "16"
|
|
gitVersion = "v1.16.3-k3s.2"
|
|
gitCommit = "e7e6a3c4e9a7d80b87793612730d10a863a25980"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-11-18T18:31:23Z"
|
|
)
|