FormatVersion constructs the version string for the application
()
| 618 | |
| 619 | // FormatVersion constructs the version string for the application |
| 620 | func FormatVersion() string { |
| 621 | return serverSoftware + " " + softwareVer |
| 622 | } |
| 623 | |
| 624 | // OutputVersion prints out the version of the application. |
| 625 | func OutputVersion() { |
no outgoing calls
no test coverage detected