diff --git a/README.md b/README.md index 6cda9759..39f364de 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,7 @@ module mymodule go 1.18 -require github.com/redis/rueidis v1.0.26-go1.18 +require github.com/redis/rueidis v1.0.27-go1.18 ``` ## Contributing diff --git a/pipe.go b/pipe.go index 5392d07a..29fb7efb 100644 --- a/pipe.go +++ b/pipe.go @@ -20,7 +20,7 @@ import ( ) const LibName = "rueidis" -const LibVer = "1.0.26" +const LibVer = "1.0.27" var noHello = regexp.MustCompile("unknown command .?(HELLO|hello).?")