Skip to content

Commit bc77be0

Browse files
committed
bump version to 1.0.4
1 parent b887606 commit bc77be0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/wireproxy
33
*.sw?
44
/.idea
5+
.goreleaser.yml

cmd/wireproxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
// an argument to denote that this process was spawned by -d
1515
const daemonProcess = "daemon-process"
1616

17-
var version = "dev"
17+
var version = "1.0.4-dev"
1818

1919
// attempts to pledge and panic if it fails
2020
// this does nothing on non-OpenBSD systems

0 commit comments

Comments
 (0)