Skip to content

Commit

Permalink
Merge pull request #64 from m-lab/sandbox-roberto-bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.5.0
  • Loading branch information
robertodauria authored Jun 7, 2021
2 parents cb3d167 + 20e403c commit 6958d23
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 6958d23

Please sign in to comment.