From 39c7b32120cde3b7a0826c09cfcc963d61c04383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Benkovsk=C3=BD?= Date: Fri, 11 Feb 2022 22:40:07 +0100 Subject: [PATCH] prepare release 1.8.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1fa417..7009208 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ them via all kind of image formats (png, svg, pdf) ## Installation ``` -go get github.com/tantalor93/dnstrace@v1.7.1 +go get github.com/tantalor93/dnstrace@v1.8.0 ``` will install the binary in your $GOPATH/bin @@ -39,15 +39,15 @@ or download compiled binaries linux ``` -wget https://github.com/Tantalor93/dnstrace/releases/download/v1.7.1/dnstrace-linux-amd64 +wget https://github.com/Tantalor93/dnstrace/releases/download/v1.8.0/dnstrace-linux-amd64 ``` darwin(macos) ``` -wget https://github.com/Tantalor93/dnstrace/releases/download/v1.7.1/dnstrace-darwin +wget https://github.com/Tantalor93/dnstrace/releases/download/v1.8.0/dnstrace-darwin ``` windows ``` -wget https://github.com/Tantalor93/dnstrace/releases/download/v1.7.1/dnstrace-windows-amd64 +wget https://github.com/Tantalor93/dnstrace/releases/download/v1.8.0/dnstrace-windows-amd64 ``` ## Build