improve version display start message

This commit is contained in:
Kevin Pham
2023-11-30 22:14:50 -06:00
parent ac00c7f172
commit ef50c81aa6
3 changed files with 20 additions and 8 deletions

View File

@@ -189,6 +189,6 @@ func main() {
app.All("/*", handlers.NewProxySiteHandler(proxyOpts))
fmt.Println(cli.StartupMessage("1.0.0", *port, *ruleset))
fmt.Println(cli.StartupMessage(version, *port, *ruleset))
log.Fatal(app.Listen(":" + *port))
}