From 3ed2b3ed77783493acf332cc5bbbff9541f1a950 Mon Sep 17 00:00:00 2001 From: Rueian Date: Sun, 19 Nov 2023 10:41:00 +0800 Subject: [PATCH] feat: bump v1.0.22 --- README.md | 2 +- pipe.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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).?")