From 537d56afd68bfc8f7b91430e53e608e4674ee03a Mon Sep 17 00:00:00 2001 From: Laury Bueno Date: Sun, 9 Aug 2020 12:40:30 -0300 Subject: [PATCH] [Docs] Bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bbedbe..9ccabca 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ At the moment, only Linux distributions are supported. If you're running some ot ### From pre-built binary This downloads the pre-built binary and moves it to your PATH. ``` -curl -L -o kubectl-hoggers https://github.com/laurybueno/kubectl-hoggers/releases/download/v1.0.1/kubectl-hoggers +curl -L -o kubectl-hoggers https://github.com/laurybueno/kubectl-hoggers/releases/download/v1.1.0/kubectl-hoggers chmod +x kubectl-hoggers sudo mv kubectl-hoggers /usr/bin ```