diff --git a/README.md b/README.md index b36092f..5165b15 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ IP address and network manipulation, CIDR, operations, iterations, containment c | ------- | ------------- | | [1.2.1](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.2.1) | Requires Go 1.12 or higher | | [1.4.1](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.4.1) | Requires Go 1.13 or higher | -| [1.5.2](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.5.2) | Requires Go 1.18 or higher | +| [1.5.3](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.5.3) | Requires Go 1.18 or higher | In your go.mod file:\ -require github.com/seancfoley/ipaddress-go v1.5.2 +require github.com/seancfoley/ipaddress-go v1.5.3 In your source file:\ import "github.com/seancfoley/ipaddress-go/ipaddr"