]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Move templates to external files, make them HTML5
[sgblog.git] / common.go
index 587d2ce23a6912bc928b1a7d82fcbb048cdf7736..9eaaeda29455fb390f6a00db6124bc61b21e9e48 100644 (file)
--- a/common.go
+++ b/common.go
@@ -1,4 +1,4 @@
-// SGBlog -- Git-backed CGI/inetd blogging/phlogging engine
+// SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
 package sgblog
 
 import (
@@ -15,7 +15,7 @@ import (
 )
 
 const (
-       Version = "0.18.0"
+       Version = "0.22.0"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
 )