From 1d367cb7e7fc1f662c63289f512c14040eff8035 Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Tue, 26 Jun 2018 04:10:58 +0800 Subject: [PATCH] Bump version to 1.3.8 --- doh-client/version.go | 2 +- doh-server/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doh-client/version.go b/doh-client/version.go index 4e89ef5..c61ed3a 100644 --- a/doh-client/version.go +++ b/doh-client/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "1.3.7" + VERSION = "1.3.8" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" ) diff --git a/doh-server/version.go b/doh-server/version.go index 4e89ef5..c61ed3a 100644 --- a/doh-server/version.go +++ b/doh-server/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "1.3.7" + VERSION = "1.3.8" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" )