Skip to content

Commit

Permalink
version bumb 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tenox7 committed May 28, 2024
1 parent 97a4633 commit d9fdcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfm.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
type multiString []string

var (
vers = "2.2.0"
vers = "2.2.2"
bindProto = flag.String("proto", "tcp", "tcp, tcp4, tcp6, etc")
bindAddr = flag.String("addr", ":8080", "Listen address, eg: :443")
bindExtra = flag.String("addr_extra", "", "Extra non-TLS listener address, eg: :8081")
Expand Down

0 comments on commit d9fdcb0

Please sign in to comment.