Bump to version 1.4.3

This commit is contained in:
Star Brilliant
2018-12-05 15:57:51 +08:00
parent a3f4468325
commit 8f2004d1de
2 changed files with 2 additions and 2 deletions

View File

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