9f9d1ffed8
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
9 lines
190 B
Swift
9 lines
190 B
Swift
// SPDX-License-Identifier: MIT
|
|
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
|
|
|
import Foundation
|
|
|
|
public var wireGuardVersion: String {
|
|
return WireGuardAdapter.version
|
|
}
|