]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Optimize and simplify templates
[sgblog.git] / common.go
index f778860cfae7e6fa23bd16ae3bbc169736d61bc3..5f80a471a8faedde7a4dfa81c6b5fca8159523c5 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.7.1"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
-       Version = "0.3.5"
 )