Skip to content

Commit

Permalink
Release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar committed Dec 29, 2021
1 parent 2ddfb06 commit 7ac6561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAG := ssl-handshake:1.5.2
TAG := ssl-handshake:1.6.0

build-image:
docker build -t $(TAG) .
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func main() {
Metadata: &sslhandshake.SSLHandshakeMetadata{
Name: "ssl-handshake",
Description: "A command-line tool for testing SSL/TLS handshake latency.",
Version: "1.5.2",
Version: "1.6.0",
URL: "https://tuladhar.github.com/ssl-handshake",
},
Config: &sslhandshake.SSLHandshakeConfig{
Expand Down

0 comments on commit 7ac6561

Please sign in to comment.