X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gocheese.go;h=fa12d1826df911354147c04affae276fbcf19244;hb=2c2c1943459d5df1cf16a0aa33b18c1777a33f67;hp=70573b8f0085451ca716cb0b62e594697bb95481;hpb=d3f2ebfa80e9b514ed94a0f4fc76c6bef7e71006;p=gocheese.git 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 )