Skip to content

Commit 588d8da

Browse files
committed
rc2
1 parent faf80cd commit 588d8da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gopkg.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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](https://datatracker.ietf.org/wg/doh/about/).
66

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

99
## [Documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/)
1010

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const (
14-
AppVersion = "2.0.0rc"
14+
AppVersion = "2.0.0rc2"
1515
DefaultConfigFileName = "dnscrypt-proxy.toml"
1616
)
1717

0 commit comments

Comments
 (0)