From 26579df8d155e175b61aa94be6f33f21c0281718 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 19 May 2018 10:40:15 +0200 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 cc60b17d..4ffe97cc 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-HTTP](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-08). -## [dnscrypt-proxy 2.0.13 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest) +## [dnscrypt-proxy 2.0.14 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 1bd69868..c6248df1 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -12,7 +12,7 @@ import ( ) const ( - AppVersion = "2.0.13" + AppVersion = "2.0.14" DefaultConfigFileName = "dnscrypt-proxy.toml" )