mirror of
https://github.com/Simple-Tracker/qBittorrent-ClientBlocker.git
synced 2025-01-09 04:07:55 +08:00
Bug fix
This commit is contained in:
parent
a234c47764
commit
8876b7c1c1
@ -25,7 +25,7 @@ type ReleaseStruct struct {
|
||||
TagName string `json:"tag_name"`
|
||||
Name string `json:"name"`
|
||||
Body string `json:"body"`
|
||||
PreRelease bool `json:"prerelease`
|
||||
PreRelease bool `json:"prerelease"`
|
||||
}
|
||||
|
||||
func ProcessVersion(version string) (int, int, int, int, string) {
|
||||
|
Loading…
Reference in New Issue
Block a user