diff --git a/README.md b/README.md index 3102b07b..c235ef64 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ The following section explains how to use the advancedbilling library in a new p To use the package in your application, you can install the package from [pkg.go.dev](https://pkg.go.dev/) using the following command: ```bash -$ go get github.com/maxio-com/ab-golang-sdk@v0.1.0 +$ go get github.com/maxio-com/ab-golang-sdk@v0.2.0 ``` -You can also view the package at: https://pkg.go.dev/github.com/maxio-com/ab-golang-sdk@v0.1.0 +You can also view the package at: https://pkg.go.dev/github.com/maxio-com/ab-golang-sdk@v0.2.0 ## Initialize the API Client diff --git a/client.go b/client.go index fef06171..d6b36eae 100644 --- a/client.go +++ b/client.go @@ -96,7 +96,7 @@ func NewClient(configuration Configuration) ClientInterface { configuration: configuration, } - client.userAgent = utilities.UpdateUserAgent("AB SDK Go:0.1.0 on OS {os-info}") + client.userAgent = utilities.UpdateUserAgent("AB SDK Go:0.2.0 on OS {os-info}") client.callBuilderFactory = callBuilderHandler( func(server string) string { if server == "" {