Skip to content

Commit

Permalink
ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tenox7 committed May 2, 2023
1 parent 3a9fb3c commit 4cafc5d
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 @@ -24,7 +24,7 @@ import (
type multiString []string

var (
vers = "2.0.8"
vers = "2.1.0"
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 4cafc5d

Please sign in to comment.