]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Comments Atom feeds
[sgblog.git] / common.go
index de1739390dcf929d948e400044aa7268e4ddf3f3..ca7d04ff454a5944f575eb17d2c70be5341eb44d 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.4.0"
+       Version = "0.6.0"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
 )