mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
206accbe8d
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 = "18"
|
|
gitVersion = "v1.18.6-k3s1"
|
|
gitCommit = "60da51f880b8e78467c08510bde06c1b3b2dedbe"
|
|
gitTreeState = "clean"
|
|
buildDate = "2020-07-15T21:57:06Z"
|
|
)
|