From 75ad56463fa6ba06325bee34bfe07b2714ba42cd Mon Sep 17 00:00:00 2001 From: Adolfo Martinelli <659782+adolfo@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:47:11 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7af4216..f2b8a7e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Library for conveniently and safely dealing with optional (nullable) values. -Note: Requires Go 1.18beta1 with generics support. +Note: Requires Go 1.18 with generics support. # Installation ```bash @@ -139,4 +139,4 @@ fmt.Println("name is %s", p.Name.GetOr("Unknown")) # License -Released under the MIT License \ No newline at end of file +Released under the MIT License