X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=gocheese.go;h=fa12d1826df911354147c04affae276fbcf19244;hp=70573b8f0085451ca716cb0b62e594697bb95481;hb=232408af2996be5a87350e81c151508ca55cd171;hpb=0013774a8b2028f616103bfc1a38c9f7f14f8490 diff --git a/gocheese.go b/gocheese.go index 70573b8..fa12d18 100644 --- a/gocheese.go +++ b/gocheese.go @@ -43,6 +43,7 @@ import ( ) const ( + Version = "2.4.1" HTMLBegin = ` @@ -98,7 +99,6 @@ var ( version = flag.Bool("version", false, "Print version information") warranty = flag.Bool("warranty", false, "Print warranty information") - Version string = "UNKNOWN" killed bool pypiURLParsed *url.URL )