Version returns short version number of the commitlint
()
| 23 | |
| 24 | // Version returns short version number of the commitlint |
| 25 | func Version() string { |
| 26 | return formShortVersion() |
| 27 | } |
| 28 | |
| 29 | // FullVersion returns version number with hash and build time of the commitlint |
| 30 | func FullVersion() string { |
no test coverage detected