]> Cypherpunks.ru repositories - gocheese.git/blobdiff - gocheese.go
Version refactoring
[gocheese.git] / gocheese.go
index 70573b8f0085451ca716cb0b62e594697bb95481..fa12d1826df911354147c04affae276fbcf19244 100644 (file)
@@ -43,6 +43,7 @@ import (
 )
 
 const (
+       Version   = "2.4.1"
        HTMLBegin = `<!DOCTYPE html>
 <html>
   <head>
@@ -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
 )