Skip to content

Commit d2b835f

Browse files
committed
Bump version
1 parent b200f98 commit d2b835f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/GetStatus.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ func GetStatus(w http.ResponseWriter, r *http.Request) {
2828
},
2929
"proxies": len(config.GetProxyList()),
3030
"uptime": time.Since(initTime).Round(time.Second).String(),
31-
"version": "1.8.2",
31+
"version": "1.8.3",
3232
})
3333
}

0 commit comments

Comments
 (0)