GetVersion returns the application version
()
| 47 | |
| 48 | // GetVersion returns the application version |
| 49 | func GetVersion() string { |
| 50 | return version |
| 51 | } |
| 52 | |
| 53 | // GetRawVersion returns the applications raw version |
| 54 | func GetRawVersion() string { |
no outgoing calls