mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
bump version to 1.0.4
This commit is contained in:
parent
f2c20380a1
commit
9a1616cb25
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
/wireproxy
|
/wireproxy
|
||||||
*.sw?
|
*.sw?
|
||||||
/.idea
|
/.idea
|
||||||
|
.goreleaser.yml
|
||||||
|
|
|
@ -14,7 +14,7 @@ import (
|
||||||
// an argument to denote that this process was spawned by -d
|
// an argument to denote that this process was spawned by -d
|
||||||
const daemonProcess = "daemon-process"
|
const daemonProcess = "daemon-process"
|
||||||
|
|
||||||
var version = "dev"
|
var version = "1.0.4-dev"
|
||||||
|
|
||||||
// attempts to pledge and panic if it fails
|
// attempts to pledge and panic if it fails
|
||||||
// this does nothing on non-OpenBSD systems
|
// this does nothing on non-OpenBSD systems
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue