Skip to content

Commit

Permalink
Bump the version to release 0.2.0 (TLS support)
Browse files Browse the repository at this point in the history
  • Loading branch information
golliher committed Jun 13, 2018
1 parent dead513 commit a580268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ var skip = make(chan struct{})
var exitprogram = make(chan struct{})
var pause bool
var mu = &sync.Mutex{}
var version = "0.1.1"
var version = "0.2.0"

func main() {

Expand Down

0 comments on commit a580268

Please sign in to comment.