Release 2.1.1

This commit is contained in:
Star Brilliant
2019-06-24 10:16:18 +08:00
parent 852d0f6767
commit 1c321be49c
5 changed files with 16 additions and 51 deletions

View File

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