Skip to content

Commit 9eeb68f

Browse files
committed
beta11
1 parent a7fe2aa commit 9eeb68f

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 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.
66

7-
## [dnscrypt-proxy 2.0.0beta10 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
7+
## [dnscrypt-proxy 2.0.0beta11 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
@@ -19,7 +19,7 @@ import (
1919
"golang.org/x/crypto/curve25519"
2020
)
2121

22-
const AppVersion = "2.0.0beta10"
22+
const AppVersion = "2.0.0beta11"
2323

2424
type Proxy struct {
2525
proxyPublicKey [32]byte

0 commit comments

Comments
 (0)