828756e8ba
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
9 lines
198 B
Swift
9 lines
198 B
Swift
// SPDX-License-Identifier: MIT
|
|
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
|
|
|
import Foundation
|
|
|
|
public func getWireGuardVersion() -> String {
|
|
return WireGuardAdapter.version
|
|
}
|