]> Cypherpunks.ru repositories - gocheese.git/blobdiff - main.go
Download all .asc
[gocheese.git] / main.go
diff --git a/main.go b/main.go
index 772d3bf08681beade12b3065d65dce3fba993b67..01cc50e31c51717cc0896a1333907df491f4e4ee 100644 (file)
--- a/main.go
+++ b/main.go
@@ -44,7 +44,7 @@ import (
 )
 
 const (
-       Version   = "3.2.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)