Skip to content

Commit

Permalink
Bump version to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria committed Jun 7, 2021
1 parent cb3d167 commit 20e403c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/ndt7-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ import (

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

Expand Down Expand Up @@ -294,7 +294,7 @@ func main() {
flag.Parse()

if *flagProfile != "" {
log.Printf("warning: using -profile will reduce the performance")
log.Printf("warning: using -profile will reduce the performance")
fp, err := os.Create(*flagProfile)
if err != nil {
log.Fatal(err)
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.4.1"
libraryVersion = "0.5.0"
)

var (
Expand Down

0 comments on commit 20e403c

Please sign in to comment.