mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
c6950d2cb0
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 = "20"
|
|
gitVersion = "v1.20.0-k3s1"
|
|
gitCommit = "3559625e27197f60bcc39c4b3ecffc80bad7785e"
|
|
gitTreeState = "clean"
|
|
buildDate = "2020-12-08T20:42:55Z"
|
|
)
|