X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=main.go;h=981d58e2f6c2d710a965632b610098af3f7585b5;hb=cdad100fae7f4daa352b73ed1269bbfd503f7582;hp=83bde1b64f43ed8cfc7cc5c2a34849e45e6b19fc;hpb=3a658c891e7f4f8966a83cd709b2b7468226457f;p=gocheese.git diff --git a/main.go b/main.go index 83bde1b..981d58e 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2021 Sergey Matveev - 2019-2021 Elena Balakhonova +Copyright (C) 2019-2022 Sergey Matveev + 2019-2022 Elena Balakhonova This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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)