diff --git a/doh-server/version.go b/doh-server/version.go index 7973023..9b13530 100644 --- a/doh-server/version.go +++ b/doh-server/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "2.3.4" + VERSION = "2.3.6" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" )