From 436125e812da5669f58cdf03019ec6878c33f5de Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 22 Nov 2018 17:26:48 +0100 Subject: [PATCH] Bump --- README.md | 2 +- dnscrypt-proxy/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d437538..ed9b4ce7 100644 --- a/README.md +++ b/README.md @@ -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-HTTPS](https://www.rfc-editor.org/rfc/rfc8484.txt). -## [dnscrypt-proxy 2.0.18 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest) +## [dnscrypt-proxy 2.0.19 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/) diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 3f51becf..71dcfc43 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -12,7 +12,7 @@ import ( ) const ( - AppVersion = "2.0.18" + AppVersion = "2.0.19" DefaultConfigFileName = "dnscrypt-proxy.toml" )