Skip to content

Commit 222f9ed

Browse files
committed
feat: bump v1.0.25
1 parent 3b7376d commit 222f9ed

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
@@ -460,7 +460,7 @@ module mymodule
460460
461461
go 1.18
462462
463-
require github.com/redis/rueidis v1.0.24-go1.18
463+
require github.com/redis/rueidis v1.0.25-go1.18
464464
```
465465

466466
## Contributing

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 LibName = "rueidis"
23-
const LibVer = "1.0.24"
23+
const LibVer = "1.0.25"
2424

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

0 commit comments

Comments
 (0)