mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-07 02:19:48 +00:00
11 lines
212 B
Go
11 lines
212 B
Go
package version
|
|
|
|
var (
|
|
gitMajor = "1"
|
|
gitMinor = "14"
|
|
gitVersion = "v1.14.3-k3s.1"
|
|
gitCommit = "8343999292c55c807be4406fcaa9f047e8751ffd"
|
|
gitTreeState = "clean"
|
|
buildDate = "2019-06-12T04:56+00:00Z"
|
|
)
|