diff --git a/README.md b/README.md index 8256071f..9a52b30d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt) and [DNS-over-HTTP/2](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-03). -## [dnscrypt-proxy 2.0.7 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest) +## [dnscrypt-proxy 2.0.8 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest) ## [Documentation](https://dnscrypt.info/doc) diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 960f0486..d94516a3 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -13,7 +13,7 @@ import ( ) const ( - AppVersion = "2.0.7" + AppVersion = "2.0.8" DefaultConfigFileName = "dnscrypt-proxy.toml" )