FullVersion returns version number with hash and build time of the commitlint
()
| 28 | |
| 29 | // FullVersion returns version number with hash and build time of the commitlint |
| 30 | func FullVersion() string { |
| 31 | return formFullVersion() |
| 32 | } |
| 33 | |
| 34 | func formShortVersion() string { |
| 35 | if buildTime != "" { |
no test coverage detected