]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Skip comments to possibly unexisting commits
[sgblog.git] / common.go
index 183ac3d2bc2f5fcaff449ac3b6436112feb4dd53..300259638f980cafaf5b10f3b5f4a46ca63622d5 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.15.0"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
-       Version = "0.3.0"
 )