X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=main.go;h=46c76b307c9a9baf2c945a06ccf6a77a4e396b87;hb=8d410a547fec59ede811f71157b1b11d14a7b6c6;hp=772d3bf08681beade12b3065d65dce3fba993b67;hpb=fe95091cb996ebc6c92bceace37b7e70c7528b67;p=gocheese.git diff --git a/main.go b/main.go index 772d3bf..46c76b3 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ import ( ) const ( - Version = "3.2.0" + Version = "3.3.0" UserAgent = "GoCheese/" + Version ) @@ -288,6 +288,7 @@ func main() { "root:", Root, "bind:", *Bind, "pypi:", *PyPIURL, + "json:", *JSONURL, ) if *TLSCert == "" { err = server.Serve(ln)