From 9a1616cb25b7580e2527152e56afaf2cf13c3c77 Mon Sep 17 00:00:00 2001 From: octeep Date: Tue, 23 Aug 2022 21:56:29 +0800 Subject: [PATCH] bump version to 1.0.4 --- .gitignore | 1 + cmd/wireproxy/main.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff5ec13..7101e62 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /wireproxy *.sw? /.idea +.goreleaser.yml diff --git a/cmd/wireproxy/main.go b/cmd/wireproxy/main.go index 0a86d5d..7472e81 100644 --- a/cmd/wireproxy/main.go +++ b/cmd/wireproxy/main.go @@ -14,7 +14,7 @@ import ( // an argument to denote that this process was spawned by -d const daemonProcess = "daemon-process" -var version = "dev" +var version = "1.0.4-dev" // attempts to pledge and panic if it fails // this does nothing on non-OpenBSD systems