From bbde9cd266870e5ca0ddc8428b10152e8830ab4f Mon Sep 17 00:00:00 2001 From: pufferffish Date: Sat, 6 Apr 2024 20:21:37 +0100 Subject: [PATCH] bump version --- cmd/wireproxy/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/wireproxy/main.go b/cmd/wireproxy/main.go index f6c5796..2bbe4a2 100644 --- a/cmd/wireproxy/main.go +++ b/cmd/wireproxy/main.go @@ -18,7 +18,7 @@ import ( // an argument to denote that this process was spawned by -d const daemonProcess = "daemon-process" -var version = "1.0.5-dev" +var version = "1.0.8-dev" // attempts to pledge and panic if it fails // this does nothing on non-OpenBSD systems