Skip to content

Commit

Permalink
feat: bump v1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
rueian committed Nov 19, 2023
1 parent 4532630 commit 3ed2b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).?")

Expand Down

0 comments on commit 3ed2b3e

Please sign in to comment.