X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=main.go;h=ec0786403e3d90acf78b52c1dfecd5e218fd35d5;hb=d92ea43465ba141be89483d09a5625a6f593726b;hp=83bde1b64f43ed8cfc7cc5c2a34849e45e6b19fc;hpb=3a658c891e7f4f8966a83cd709b2b7468226457f;p=gocheese.git diff --git a/main.go b/main.go index 83bde1b..ec07864 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ import ( ) const ( - Version = "3.1.0" + Version = "3.2.0" UserAgent = "GoCheese/" + Version ) @@ -288,6 +288,7 @@ func main() { "root:", Root, "bind:", *Bind, "pypi:", *PyPIURL, + "json:", *JSONURL, ) if *TLSCert == "" { err = server.Serve(ln)