This website requires JavaScript.
Explore
Help
Sign In
mirror
/
redis
mirror of
https://github.com/go-redis/redis.git
Watch
1
Star
0
Fork
You've already forked redis
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
change-ci-to-72-rc
redis
/
version.go
7 lines
100 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Add version.go
2021-08-12 14:13:36 +03:00
package
redis
// Version is the current release version.
func
Version
(
)
string
{
Bump version of go-redis to 9.6.0 (#3059) * Bump version of go-redis to 9.6.0 * Trigger CI on branch v9.6
2024-07-17 11:53:49 +03:00
return
"9.6.0"
Add version.go
2021-08-12 14:13:36 +03:00
}