]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
URLized comments feed
[sgblog.git] / common.go
index e6bc9e529626ae657307d97a20a8f29da03f9ee7..108bf97585afd3c37132d18d375b25052935c42f 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.13.0"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
-       Version = "0.3.3"
 )