kinesis-consumer/vendor/github.com/redis/go-redis/v9/version.go
dependabot[bot] aba6abf632
Bump github.com/redis/go-redis/v9 from 9.6.1 to 9.7.0
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.6.1 to 9.7.0.
- [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.6.1...v9.7.0)

---
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-10-17 12:51:51 +00:00

6 lines
100 B
Go

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