diff --git a/main.go b/main.go index ed2de42..b39bc49 100644 --- a/main.go +++ b/main.go @@ -13,6 +13,10 @@ import ( "time" ) +const ( + Version = "1.1.0" +) + var ( proxyMap = make(map[string]*httputil.ReverseProxy) tpl *template.Template @@ -190,7 +194,7 @@ const htmlTemplate = `
@@ -199,7 +203,8 @@ const htmlTemplate = `