GetRawVersion returns the applications raw version
()
| 52 | |
| 53 | // GetRawVersion returns the applications raw version |
| 54 | func GetRawVersion() string { |
| 55 | return rawVersion |
| 56 | } |
| 57 | |
| 58 | // SetVersion sets the application version |
| 59 | func SetVersion(verText string) { |
no outgoing calls
no test coverage detected