diff --git a/README.md b/README.md index 018759b7..7da17232 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # ![dnscrypt-proxy 2](https://raw.github.com/jedisct1/dnscrypt-proxy/master/logo.png?3) -A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://dnscrypt.info/protocol) and [DNS-over-HTTPS](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-12). +A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://dnscrypt.info/protocol) and [DNS-over-HTTPS](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-14). -## [dnscrypt-proxy 2.0.16 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest) +## [dnscrypt-proxy 2.0.17 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest) * [dnscrypt-proxy documentation](https://dnscrypt.info/doc) – This project's documentation (Wiki) * [DNSCrypt project home page](https://dnscrypt.info/) diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 2ee91f7a..0080524e 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -12,7 +12,7 @@ import ( ) const ( - AppVersion = "2.0.16" + AppVersion = "2.0.17" DefaultConfigFileName = "dnscrypt-proxy.toml" )