mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-14 04:56:55 +02:00
main_windows: use proper version constant
This commit is contained in:
parent
18fa270472
commit
d50e390904
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ func main() {
|
|||
device.LogLevelDebug,
|
||||
fmt.Sprintf("(%s) ", interfaceName),
|
||||
)
|
||||
logger.Info.Println("Starting wireguard-go version", WireGuardGoVersion)
|
||||
logger.Info.Println("Starting wireguard-go version", device.WireGuardGoVersion)
|
||||
logger.Debug.Println("Debug log enabled")
|
||||
|
||||
tun, err := tun.CreateTUN(interfaceName)
|
||||
|
|
Loading…
Add table
Reference in a new issue