From: Jason A. Donenfeld Date: Tue, 9 Apr 2019 08:45:36 +0000 (+0200) Subject: main_windows: use proper version constant X-Git-Tag: 0.0.20190517~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50e390904ea602ce8d007361fc24ca5ab0c739c;p=thirdparty%2Fwireguard-go.git main_windows: use proper version constant --- diff --git a/main_windows.go b/main_windows.go index 39cdead..2bb4c0e 100644 --- a/main_windows.go +++ b/main_windows.go @@ -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)