From fcbef7536ea39fc1d1d04857a1706661c4f204c1 Mon Sep 17 00:00:00 2001 From: Sean C Foley Date: Mon, 2 Jan 2023 22:43:07 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"