mirror of
https://github.com/rancher/norman.git
synced 2025-09-22 11:39:49 +00:00
11 lines
213 B
Go
11 lines
213 B
Go
![]() |
package version
|
||
|
|
||
|
var (
|
||
|
gitMajor = "1"
|
||
|
gitMinor = "12"
|
||
|
gitVersion = "v1.12.1-lite5"
|
||
|
gitCommit = "720ebdc505688ceea8c452397d80a917a9e96bcd"
|
||
|
gitTreeState = "clean"
|
||
|
buildDate = "2018-10-24T05:26+00:00Z"
|
||
|
)
|