Release 2.3.0

This commit is contained in:
StarBrilliant
2021-09-13 10:30:38 +00:00
parent 10eb8f5c87
commit 9fd69439c4
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
package main
const (
VERSION = "2.2.6"
VERSION = "2.3.0"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)