From 2e2b012c9d37d68e85b48b00b56d0821ac3fb79d Mon Sep 17 00:00:00 2001 From: Satish Gaikwad <satish@satishweb.com> Date: Tue, 12 Mar 2024 13:13:03 -0700 Subject: [PATCH] Pre-bump to next version 2.3.6 --- doh-client/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doh-client/version.go b/doh-client/version.go index 7973023..9b13530 100644 --- a/doh-client/version.go +++ b/doh-client/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)" ) -- GitLab