]> Sergey Matveev's repositories - sgblog.git/commitdiff
irc://, ircs://, news:// knowledge v0.24.0
authorSergey Matveev <stargrave@stargrave.org>
Wed, 27 Oct 2021 07:58:57 +0000 (10:58 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 27 Oct 2021 08:13:13 +0000 (11:13 +0300)
cmd/sgblog/http.go
common.go

index 9f39171c4c962943afff958ccb486b8d54ba6999..4d1e609fa3d49a5faf5e5b39621bb787a924a963 100644 (file)
@@ -58,6 +58,9 @@ var (
                "gopher": {},
                "http":   {},
                "https":  {},
+               "irc":    {},
+               "ircs":   {},
+               "news":   {},
                "telnet": {},
        }
 
index b5c82ed70083ed5b07d0987a8a40647f48c18426..59edef22ef69ee4143409d0de3fa3c5a2f52ec06 100644 (file)
--- a/common.go
+++ b/common.go
@@ -15,7 +15,7 @@ import (
 )
 
 const (
-       Version = "0.23.1"
+       Version = "0.24.0"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
 )