From cff4e77bfe62606c19c205e02fd63b3777855392 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 1 May 2019 11:14:12 +0200 Subject: version: dynamically get file version --- ui/ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/ui.go') diff --git a/ui/ui.go b/ui/ui.go index 03ebfc7d..2625423a 100644 --- a/ui/ui.go +++ b/ui/ui.go @@ -155,7 +155,7 @@ Golang version: %s %s Copyright © 2015-2019 WireGuard LLC. All Rights Reserved.`, - version.WireGuardWindowsVersion, device.WireGuardGoVersion, runtime.Version(), runtime.GOARCH, version.OsName())) + version.RunningVersion(), device.WireGuardGoVersion, runtime.Version(), runtime.GOARCH, version.OsName())) hbl := walk.NewHBoxLayout() hbl.SetMargins(walk.Margins{VNear: 10}) -- cgit v1.2.3-59-g8ed1b