Skip to content

Commit

Permalink
bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferffish committed Aug 23, 2022
1 parent b887606 commit bc77be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/wireproxy
*.sw?
/.idea
.goreleaser.yml
2 changes: 1 addition & 1 deletion cmd/wireproxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc77be0

Please sign in to comment.