Bump version to 2.0.0

This commit is contained in:
Star Brilliant
2019-03-09 19:10:20 +08:00
parent 7839eed014
commit a400f03960
2 changed files with 2 additions and 2 deletions

View File

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