Skip to content

Commit 1eb1725

Browse files
committed
feat: bump v1.0.17
1 parent 5128a75 commit 1eb1725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,5 +433,5 @@ module mymodule
433433
434434
go 1.18
435435
436-
require github.com/redis/rueidis v1.0.16-go1.18
436+
require github.com/redis/rueidis v1.0.17-go1.18
437437
```

pipe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
const LIB_NAME = "rueidis"
23-
const LIB_VER = "1.0.16"
23+
const LIB_VER = "1.0.17"
2424

2525
var noHello = regexp.MustCompile("unknown command .?(HELLO|hello).?")
2626

0 commit comments

Comments
 (0)