From acf3e3c328affa9e73b20359f8da589841202b42 Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Sun, 27 Oct 2019 22:41:14 +0800 Subject: [PATCH] Bump version to 2.2.1 --- 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 f02e207..1254970 100644 --- a/doh-client/version.go +++ b/doh-client/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "2.2.0" + VERSION = "2.2.1" 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 f02e207..1254970 100644 --- a/doh-server/version.go +++ b/doh-server/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "2.2.0" + VERSION = "2.2.1" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" )