Skip to content

Commit 3dcedac

Browse files
committed
beta8
1 parent 29fee15 commit 3dcedac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A flexible DNS proxy, with support for encrypted DNS protocols such as [DNSCrypt](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt).
66

7-
## [dnscrypt-proxy 2.0.0beta7 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
7+
## [dnscrypt-proxy 2.0.0beta8 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
88

99
## Installation
1010

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"golang.org/x/crypto/curve25519"
1717
)
1818

19-
const AppVersion = "2.0.0beta7"
19+
const AppVersion = "2.0.0beta8"
2020

2121
type Proxy struct {
2222
proxyPublicKey [32]byte

0 commit comments

Comments
 (0)