We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b887606 commit bc77be0Copy full SHA for bc77be0
.gitignore
@@ -2,3 +2,4 @@
2
/wireproxy
3
*.sw?
4
/.idea
5
+.goreleaser.yml
cmd/wireproxy/main.go
@@ -14,7 +14,7 @@ import (
14
// an argument to denote that this process was spawned by -d
15
const daemonProcess = "daemon-process"
16
17
-var version = "dev"
+var version = "1.0.4-dev"
18
19
// attempts to pledge and panic if it fails
20
// this does nothing on non-OpenBSD systems
0 commit comments