]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Simplify RFC 2047 decoding
[sgblog.git] / common.go
index a9b2a6d4f1a6969f0dcfb9581f2fe3eb6006ca93..97b29f7bedf361a87f854e25c3b4a87aefef815c 100644 (file)
--- a/common.go
+++ b/common.go
@@ -1,7 +1,7 @@
-// SGBlog -- Git-based CGI blogging engine
+// SGBlog -- Git-backed CGI/inetd blogging/phlogging engine
 package sgblog
 
 const (
+       Version = "0.5.0"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
-       Version = "0.3.1"
 )