We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b200f98 commit d2b835fCopy full SHA for d2b835f
handlers/GetStatus.go
@@ -28,6 +28,6 @@ func GetStatus(w http.ResponseWriter, r *http.Request) {
28
},
29
"proxies": len(config.GetProxyList()),
30
"uptime": time.Since(initTime).Round(time.Second).String(),
31
- "version": "1.8.2",
+ "version": "1.8.3",
32
})
33
}
0 commit comments