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 = "18"
|
|
gitVersion = "v1.18.0-k3s.1"
|
|
gitCommit = "f6f006d81c73f96c2405fab723f98a3bcc07b89c"
|
|
gitTreeState = "clean"
|
|
buildDate = "2020-03-26T19:55:03Z"
|
|
)
|