Pre-bump to next version 2.3.6

This commit is contained in:
Satish Gaikwad 2024-03-12 13:13:03 -07:00 committed by GitHub
parent 9e67d1b8bd
commit 2e2b012c9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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