Pre-bump to next version 2.3.6

This commit is contained in:
Satish Gaikwad
2024-03-12 13:07:28 -07:00
committed by GitHub
parent 65622feb5f
commit b8c3122f54

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