bump version to 1.0.4

This commit is contained in:
octeep 2022-08-23 21:56:29 +08:00 committed by octeep
parent f2c20380a1
commit 9a1616cb25
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
/wireproxy
*.sw?
/.idea
.goreleaser.yml

View file

@ -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