Skip to content

Commit

Permalink
Merge pull request #55 from k-capehart/version-fix
Browse files Browse the repository at this point in the history
fix: major version upgrade in go.mod
  • Loading branch information
k-capehart authored Jul 23, 2024
2 parents 08e9683 + 26b42fa commit 96fac97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A REST API wrapper for interacting with Salesforce using the Go programming lang
## Installation

```
go get github.com/k-capehart/go-salesforce
go get github.com/k-capehart/go-salesforce/v2
```

## Types
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/k-capehart/go-salesforce
module github.com/k-capehart/go-salesforce/v2

go 1.22.0

Expand Down

0 comments on commit 96fac97

Please sign in to comment.