diff --git a/bindings/go/README.md b/bindings/go/README.md index d05219b4..2b65f462 100644 --- a/bindings/go/README.md +++ b/bindings/go/README.md @@ -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 diff --git a/go.mod b/go.mod index 56703c81..51ed0fc6 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ethereum/c-kzg-4844 +module github.com/ethereum/c-kzg-4844/v2 go 1.19