发行 1.6版本

This commit is contained in:
dengsgo
2019-01-19 17:30:33 +08:00
parent 51d5c22a7c
commit aa27fa263a
4 changed files with 24 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ func (n *NetNotifier) dispatch(params *postParams) {
return
}
req.Header.Set("Content-Type", "application/json;charset=UTF-8")
req.Header.Set("User-Agent", "FileBoy Net Notifier v1.5")
req.Header.Set("User-Agent", "FileBoy Net Notifier v1.6")
resp, err := client.Do(req)
if err != nil {
log.Println(PreError, "notifier call failed. err:", err)