Release 2.2.0

This commit is contained in:
Star Brilliant
2019-10-27 22:40:48 +08:00
parent 4f4966878f
commit b708ff47b9
5 changed files with 36 additions and 6 deletions

View File

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