Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
man90es committed Jul 5, 2024
1 parent b200f98 commit d2b835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/GetStatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 28,6 @@ func GetStatus(w http.ResponseWriter, r *http.Request) {
},
"proxies": len(config.GetProxyList()),
"uptime": time.Since(initTime).Round(time.Second).String(),
"version": "1.8.2",
"version": "1.8.3",
})
}

0 comments on commit d2b835f

Please sign in to comment.