Current returns the current version information
()
| 26 | |
| 27 | // Current returns the current version information |
| 28 | func Current() string { |
| 29 | return currentVersion |
| 30 | } |
| 31 | |
| 32 | func Tag() string { |
| 33 | return appVersionTag |
no outgoing calls
no test coverage detected