Release 2.1.0

This commit is contained in:
Star Brilliant
2019-05-14 01:39:23 +08:00
parent 81f1cfba5d
commit 1ec9548ff1
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
package main
const (
VERSION = "2.0.1"
VERSION = "2.1.0"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)