Bump version to 1.3.4

This commit is contained in:
Star Brilliant
2018-04-26 10:18:36 +08:00
parent c4b2236cf9
commit 7839d2c7b1
2 changed files with 2 additions and 2 deletions

View File

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