Skip to content

Commit a5b8401

Browse files
committed
Bump
1 parent 1a92366 commit a5b8401

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://dnscrypt.info/protocol) and [DNS-over-HTTP](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-05).
66

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

99
* [dnscrypt-proxy documentation](https://dnscrypt.info/doc) – This project's documentation (Wiki)
1010
* [DNSCrypt project home page](https://dnscrypt.info/)

dnscrypt-proxy/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
AppVersion = "2.0.9"
15+
AppVersion = "2.0.10"
1616
DefaultConfigFileName = "dnscrypt-proxy.toml"
1717
)
1818

0 commit comments

Comments
 (0)