aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/version/debugging_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'version/debugging_linux.go')
-rw-r--r--version/debugging_linux.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/version/debugging_linux.go b/version/debugging_linux.go
index 4564b819..7c9c09c5 100644
--- a/version/debugging_linux.go
+++ b/version/debugging_linux.go
@@ -30,8 +30,8 @@ func OsName() string {
return fmt.Sprintf("%s %s %s", utsToStr(utsname.Sysname), utsToStr(utsname.Release), utsToStr(utsname.Version))
}
-func RunningVersion() string {
- return "0.0.0.0"
+func RunningNameVersion() (string, string) {
+ return "WireGuard", "0.0.0.0"
}
func VerifyAuthenticode(path string) bool {