X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=main.go;h=46c76b307c9a9baf2c945a06ccf6a77a4e396b87;hb=371b9da450b741c6dc50cf5427fcbdec4335d0fc;hp=417c2c1675c2fc5177bcd4b17de289e7dc6f5163;hpb=60bbf40bfc8b720f176faef55b5403986db86f8c;p=gocheese.git diff --git a/main.go b/main.go index 417c2c1..46c76b3 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ import ( ) const ( - Version = "3.0.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)