Skip to content

Commit

Permalink
Add "/v2" to Go module name (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Aug 30, 2024
1 parent fe998ff commit 2365786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exported functions in [C-KZG-4844](https://github.com/ethereum/c-kzg-4844).
## Installation

```
go get github.com/ethereum/c-kzg-4844
go get github.com/ethereum/c-kzg-4844/v2
```

## Go version
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/ethereum/c-kzg-4844
module github.com/ethereum/c-kzg-4844/v2

go 1.19

Expand Down

0 comments on commit 2365786

Please sign in to comment.