1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Add version.go

This commit is contained in:
Vladimir Mihailenco
2021-08-12 14:13:36 +03:00
parent 047f907625
commit 818c0e0b2e
2 changed files with 7 additions and 1 deletions

6
version.go Normal file
View File

@ -0,0 +1,6 @@
package redis
// Version is the current release version.
func Version() string {
return "0.0.0"
}