diff --git a/README.md b/README.md index 103e8c2f..77afeedf 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,7 @@ module mymodule go 1.18 -require github.com/redis/rueidis v1.0.21-go1.18 +require github.com/redis/rueidis v1.0.22-go1.18 ``` ## Contributing diff --git a/pipe.go b/pipe.go index aa2265ce..4d96330e 100644 --- a/pipe.go +++ b/pipe.go @@ -20,7 +20,7 @@ import ( ) const LIB_NAME = "rueidis" -const LIB_VER = "1.0.21" +const LIB_VER = "1.0.22" var noHello = regexp.MustCompile("unknown command .?(HELLO|hello).?")