This commit is contained in:
Frank Denis 2018-01-20 14:15:20 +01:00
parent ed50798049
commit 47fdc45b2d
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
A modern client implementation of the [DNSCrypt](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt) protocol.
## [dnscrypt-proxy 2.0.0beta4 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## [dnscrypt-proxy 2.0.0beta5 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## Installation

View File

@ -16,7 +16,7 @@ import (
"golang.org/x/crypto/curve25519"
)
const AppVersion = "2.0.0beta4"
const AppVersion = "2.0.0beta5"
type Proxy struct {
proxyPublicKey [32]byte