From 1dd80319cda1329b6b62addb711fc6c0d5d1d1a5 Mon Sep 17 00:00:00 2001 From: Michael Samoylov Date: Sun, 4 Oct 2020 15:31:29 +0300 Subject: [PATCH] Update version to v72 Fix the outated documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d704443249..da7dfe236e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ toolchain will resolve and fetch the stripe-go module automatically. Alternatively, you can also explicitly `go get` the package into a project: ``` -go get -u github.com/stripe/stripe-go/v71 +go get -u github.com/stripe/stripe-go/v72 ``` ## Documentation