Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Sep 22, 2023
1 parent c2f7d67 commit a63595f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ You need to register with [Sarufi](https://docs.sarufi.io/) in order to get your
## Installation
Simply install with the `go get` command:
```bash
go get github.com/sarufi-io/sarufi-golang-sdk@v0.3.2
go get github.com/sarufi-io/sarufi-golang-sdk@v0.3.3
```

And import it to your package as:
```go
package main

import (
sarufi "github.com/sarufi-io/sarufi-golang-sdk@v0.3.2"
sarufi "github.com/sarufi-io/sarufi-golang-sdk@v0.3.3"
)
```

Expand Down

0 comments on commit a63595f

Please sign in to comment.