]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Proper URL path escaping
[sgblog.git] / common.go
index 8d92801f3c8a7fb604122355727ec8b82297a8cc..b324d87d85f8acbf99abb70e7f3cc2b8fe345221 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.10.1"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
-       Version = "0.3.2"
 )