Skip to content

Commit 5cc4663

Browse files
committed
Bump
1 parent c3280a0 commit 5cc4663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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://tools.ietf.org/html/draft-ietf-doh-dns-over-https-03).
66

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

99
## [Documentation](https://dnscrypt.info/doc)
1010

dnscrypt-proxy/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
AppVersion = "2.0.7"
16+
AppVersion = "2.0.8"
1717
DefaultConfigFileName = "dnscrypt-proxy.toml"
1818
)
1919

0 commit comments

Comments
 (0)