diff --git a/README.md b/README.md index 8758731c..ebfae2c4 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,7 @@ module mymodule go 1.18 -require github.com/redis/rueidis v1.0.25-go1.18 +require github.com/redis/rueidis v1.0.26-go1.18 ``` ## Contributing diff --git a/pipe.go b/pipe.go index 563548dd..5392d07a 100644 --- a/pipe.go +++ b/pipe.go @@ -20,7 +20,7 @@ import ( ) const LibName = "rueidis" -const LibVer = "1.0.25" +const LibVer = "1.0.26" var noHello = regexp.MustCompile("unknown command .?(HELLO|hello).?")