]> Sergey Matveev's repositories - sgblog.git/blobdiff - common.go
Proper URL path escaping
[sgblog.git] / common.go
index db523a65053f0ae310252ebb00388965ca106ea2..b324d87d85f8acbf99abb70e7f3cc2b8fe345221 100644 (file)
--- a/common.go
+++ b/common.go
@@ -2,6 +2,6 @@
 package sgblog
 
 const (
-       Version = "0.6.4"
+       Version = "0.10.1"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
 )