WireGuardKit: Change getWireGuardVersion() -> wireGuardVersion

Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
Andrej Mihajlov
2020-12-02 13:38:38 +01:00
parent ef7de2500f
commit a6858bd126
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ public class Logger {
if let appBuild = Bundle.main.infoDictionary?["CFBundleVersion"] as? String {
appVersion += " (\(appBuild))"
}
let goBackendVersion = getWireGuardVersion()
Logger.global?.log(message: "App version: \(appVersion); Go backend version: \(goBackendVersion)")
Logger.global?.log(message: "App version: \(appVersion); Go backend version: \(wireGuardVersion)")
}
}