]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Experimental gemini support
[sgblog.git] / common.go
index 90adb7a75495b888ae6799b0fec7f1c5431c47b2..4e0179f61d84a272165365610e6c8d3d95cea482 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.20.2"
+       Version = "0.21.0"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
 )