Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 16, 2018
1 parent 1a92366 commit a5b8401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

* [dnscrypt-proxy documentation](https://dnscrypt.info/doc) – This project's documentation (Wiki)
* [DNSCrypt project home page](https://dnscrypt.info/)
Expand Down
2 changes: 1 addition & 1 deletion dnscrypt-proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
AppVersion = "2.0.9"
AppVersion = "2.0.10"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)

Expand Down

0 comments on commit a5b8401

Please sign in to comment.