Write a logger for macOS systems

This commit is contained in:
Star Brilliant
2018-05-08 21:11:03 +08:00
parent 88b3c95710
commit f2e3a642e3
7 changed files with 126 additions and 2 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
package main
const (
VERSION = "1.3.5"
VERSION = "1.3.6"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)