2020-11-02 13:40:24 +00:00
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
|
|
|
|
|
|
|
import Foundation
|
|
|
|
|
2020-12-02 12:38:38 +00:00
|
|
|
public var wireGuardVersion: String {
|
2020-11-04 15:59:33 +00:00
|
|
|
return WireGuardAdapter.version
|
2020-11-02 13:40:24 +00:00
|
|
|
}
|