Skip to content

Commit 47fdc45

Browse files
committed
beta5
1 parent ed50798 commit 47fdc45

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 modern client implementation of the [DNSCrypt](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt) protocol.
66

7-
## [dnscrypt-proxy 2.0.0beta4 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
7+
## [dnscrypt-proxy 2.0.0beta5 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.0beta4"
19+
const AppVersion = "2.0.0beta5"
2020

2121
type Proxy struct {
2222
proxyPublicKey [32]byte

0 commit comments

Comments
 (0)