X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=main.go;h=981d58e2f6c2d710a965632b610098af3f7585b5;hb=a138af795fb0ad0cece96ab5ded469f097397665;hp=772d3bf08681beade12b3065d65dce3fba993b67;hpb=fe95091cb996ebc6c92bceace37b7e70c7528b67;p=gocheese.git diff --git a/main.go b/main.go index 772d3bf..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.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)