Release 2.1.2

This commit is contained in:
Star Brilliant
2019-08-30 01:27:06 +08:00
parent 21264c78cf
commit 268e203540
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
package main
const (
VERSION = "2.1.1"
VERSION = "2.1.2"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)