Pre-bump to next version 2.3.7

This commit is contained in:
GreyXor 2024-07-05 18:14:09 +02:00
parent 379aa917f9
commit a10da0ed10
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@
package main
const (
VERSION = "2.3.6"
VERSION = "2.3.7"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)

View File

@ -24,6 +24,6 @@
package main
const (
VERSION = "2.3.6"
VERSION = "2.3.7"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)