kinesis-consumer/vendor/github.com/redis/go-redis/v9/version.go
dependabot[bot] 4606e103b2
Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.3
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.5.1 to 9.5.3.
- [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.1...v9.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 09:17:43 +00:00

6 lines
100 B
Go

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