Bump version to 1.3.5

This commit is contained in:
Star Brilliant
2018-04-26 23:52:59 +08:00
parent 174a465ac8
commit 76c40fb4dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
package main
const (
VERSION = "1.3.4"
VERSION = "1.3.5"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)
+1 -1
View File
@@ -24,6 +24,6 @@
package main
const (
VERSION = "1.3.4"
VERSION = "1.3.5"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)