Merge pull request #156 from m13253/pre-bump-next-version-to-2-3-6

Pre-bump to next version 2.3.6
This commit is contained in:
Satish Gaikwad
2024-03-12 13:09:49 -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)"
)