]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Use external recfiles parser library
[sgblog.git] / common.go
index bcc0d9c511dc96b5a8fd7abdb0b497a56c678be5..55d2d5f3eb1632e8a3133880e897e073dbb603cc 100644 (file)
--- a/common.go
+++ b/common.go
@@ -1,7 +1,7 @@
-// SGBlog -- Git-based CGI/inetd blogging/phlogging engine
+// SGBlog -- Git-backed CGI/inetd blogging/phlogging engine
 package sgblog
 
 const (
-       Version = "0.5.0"
+       Version = "0.9.1"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
 )