Skip to content

Commit

Permalink
feat(api): point cloudflare-go to v3 (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stainless Bot authored and stainless-bot committed Sep 23, 2024
1 parent 745a98d commit 99143c8
Show file tree
Hide file tree
Showing 3 changed files with 3,006 additions and 3,006 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To use a local version of this library from source in another project, edit the
directive. This can be done through the CLI with the following:

```bash
go mod edit -replace github.com/cloudflare/cloudflare-go/v2=/path/to/cloudflare-go
go mod edit -replace github.com/cloudflare/cloudflare-go/v3=/path/to/cloudflare-go
```

## Running tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/cloudflare/cloudflare-go/v3'
go get -u 'github.com/cloudflare/cloudflare-go/v3@v3.0.0'
```

<!-- x-release-please-end -->
Expand Down
Loading

0 comments on commit 99143c8

Please sign in to comment.