mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
5896fb06c2
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
11 lines
208 B
Go
11 lines
208 B
Go
package version
|
|
|
|
var (
|
|
gitMajor = "1"
|
|
gitMinor = "19"
|
|
gitVersion = "v1.19.4-k3s1"
|
|
gitCommit = "6a36e936c20163fe7c4d601ef0e38b5f711f6f1a"
|
|
gitTreeState = "clean"
|
|
buildDate = "2020-11-14T08:02:16Z"
|
|
)
|