Skip to content

Commit

Permalink
Merge fa94e0a into 1addf1c
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Oct 21, 2020
2 parents 1addf1c + fa94e0a commit 2071f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/ndt7-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import (

const (
clientName = "ndt7-client-go-cmd"
clientVersion = "0.1.0"
clientVersion = "0.4.1"
defaultTimeout = 55 * time.Second
)

Expand Down
2 changes: 1 addition & 1 deletion ndt7.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
libraryName = "ndt7-client-go"

// libraryVersion is the version of this library
libraryVersion = "0.1.0"
libraryVersion = "0.4.1"
)

var (
Expand Down

0 comments on commit 2071f20

Please sign in to comment.