From 1eb1725e7417a294535f30ee0dbf549ecfe9d4fa Mon Sep 17 00:00:00 2001 From: Rueian Date: Sun, 3 Sep 2023 10:03:28 +0800 Subject: [PATCH] feat: bump v1.0.17 --- README.md | 2 +- pipe.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a37849ca..d8a6db32 100644 --- a/README.md +++ b/README.md @@ -433,5 +433,5 @@ module mymodule go 1.18 -require github.com/redis/rueidis v1.0.16-go1.18 +require github.com/redis/rueidis v1.0.17-go1.18 ``` diff --git a/pipe.go b/pipe.go index 930c1b67..aa7c4d25 100644 --- a/pipe.go +++ b/pipe.go @@ -20,7 +20,7 @@ import ( ) const LIB_NAME = "rueidis" -const LIB_VER = "1.0.16" +const LIB_VER = "1.0.17" var noHello = regexp.MustCompile("unknown command .?(HELLO|hello).?")