kinesis-consumer/vendor/github.com/redis/go-redis/v9/version.go
dependabot[bot] 1fd8b7577b
Bump github.com/redis/go-redis/v9 from 9.5.4 to 9.6.1
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.5.4 to 9.6.1.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.5.4...v9.6.1)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-25 12:44:23 +00:00

6 lines
100 B
Go

package redis
// Version is the current release version.
func Version() string {
return "9.6.1"
}