]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Manually updated comment objects can not be parsed
[sgblog.git] / common.go
index a9b2a6d4f1a6969f0dcfb9581f2fe3eb6006ca93..64133becea1dfe5f1b89e7fa1a3827513a1750d0 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.6.5"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
-       Version = "0.3.1"
 )