bump version to 1.0.4
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
/wireproxy
|
||||
*.sw?
|
||||
/.idea
|
||||
.goreleaser.yml
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user