Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed May 12, 2021
1 parent 7de0134 commit a532208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func ExampleNewClient() {
return
}
fmt.Printf("loaded client: %s", client.options.userAgent)
// Output:loaded client: go-customerio: v1.3.0
// Output:loaded client: go-customerio: v1.3.1
}

// BenchmarkNewClient benchmarks the method NewClient()
Expand Down
2 changes: 1 addition & 1 deletion definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
defaultHTTPTimeout = 20 * time.Second // Default timeout for all GET requests in seconds
defaultRetryCount = 2 // Default retry count for HTTP requests
defaultUserAgent = "go-customerio: " + version // Default user agent
version = "v1.3.0" // CustomerIO version
version = "v1.3.1" // CustomerIO version
)

// DevicePlatform is the platform for the customer device
Expand Down

0 comments on commit a532208

Please sign in to comment.