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