From 47fdc45b2d9d131f2f9152c3cf0f45d96ac6f366 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 20 Jan 2018 14:15:20 +0100 Subject: [PATCH] beta5 --- README.md | 2 +- dnscrypt-proxy/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ae16ae8..5e0c624d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index ca2532c2..fe0eb386 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -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