2.0.0 final

This commit is contained in:
Frank Denis 2018-02-06 16:13:06 +01:00
parent d644cf0c41
commit 453299e49a
2 changed files with 2 additions and 2 deletions

View File

@ -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.0rc3 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## [dnscrypt-proxy 2.0.0 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## [Documentation](https://dnscrypt.info/doc)

View File

@ -11,7 +11,7 @@ import (
)
const (
AppVersion = "2.0.0rc3"
AppVersion = "2.0.0"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)