Skip to content

Commit

Permalink
[DE-801] Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-nedza committed Jun 5, 2024
1 parent f7506c5 commit c9a8bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "" {
Expand Down

0 comments on commit c9a8bda

Please sign in to comment.