From 76c40fb4dc139b009341eddde8c65fb0a719a7df Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Thu, 26 Apr 2018 23:52:59 +0800 Subject: [PATCH] Bump version to 1.3.5 --- 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 02b8658..5c6af65 100644 --- a/doh-client/version.go +++ b/doh-client/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "1.3.4" + VERSION = "1.3.5" 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 02b8658..5c6af65 100644 --- a/doh-server/version.go +++ b/doh-server/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "1.3.4" + VERSION = "1.3.5" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" )