]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
charset is case-insensitive
[sgblog.git] / common.go
index 90adb7a75495b888ae6799b0fec7f1c5431c47b2..988e9abaf56ab65c53a7628a14e83930735c3cf4 100644 (file)
--- a/common.go
+++ b/common.go
@@ -1,4 +1,4 @@
-// SGBlog -- Git-backed CGI/inetd blogging/phlogging engine
+// SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
 package sgblog
 
 import (
@@ -15,7 +15,7 @@ import (
 )
 
 const (
-       Version = "0.20.2"
+       Version = "0.25.0"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
 )