Merge pull request #157 from m13253/Pre-bump-doh-client-to-next-version-2-3-6

Pre-bump doh-client to next version 2.3.6
This commit is contained in:
Satish Gaikwad
2024-03-12 13:14:16 -07:00
committed by GitHub

View File

@@ -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)"
)