From 520d1ba91e2ce387545eefe3cd3379dd04230096 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 26 Dec 2019 12:54:30 +0100 Subject: [PATCH] doc: update version used in example. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c352783..4619682 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,7 @@ If you appreciate this project: ### Download / CI Integration ```bash -curl -sfL https://raw.githubusercontent.com/ldez/traefik-certs-dumper/master/godownloader.sh | bash -s -- -b $GOPATH/bin v1.5.0 +curl -sfL https://raw.githubusercontent.com/ldez/traefik-certs-dumper/master/godownloader.sh | bash -s -- -b $GOPATH/bin v2.7.0 ```