增加 1.16

This commit is contained in:
dengsgo
2020-10-17 10:29:33 +08:00
parent 9e651d3023
commit da54305188
6 changed files with 13 additions and 9 deletions

View File

@@ -61,7 +61,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.15")
req.Header.Set("User-Agent", "FileBoy Net Notifier v1.16")
resp, err := client.Do(req)
if err != nil {
logError("notifier call failed. err:", err)