mirror of
https://github.com/rancher/norman.git
synced 2025-09-22 19:49:26 +00:00
11 lines
213 B
Go
11 lines
213 B
Go
package version
|
|
|
|
var (
|
|
gitMajor = "1"
|
|
gitMinor = "12"
|
|
gitVersion = "v1.12.2-lite1"
|
|
gitCommit = "44905551dd08ce1e656c9e07c4a5d90627f01774"
|
|
gitTreeState = "clean"
|
|
buildDate = "2018-10-30T18:28+00:00Z"
|
|
)
|