]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Use templates for code simplicity
[sgblog.git] / common.go
index 9b73465bbd5f80e5a772251ca39f015b7431ab4d..f0558f11ada08ef312b1cc6034d11ea29e7c7522 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.0"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
-       Version = "0.3.4"
 )