Skip to content

Commit 00a0131

Browse files
committed
Changed version format according to specification
1 parent ca1f527 commit 00a0131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package redis
22

33
// Version is the current release version.
44
func Version() string {
5-
return "9.7.0b1"
5+
return "9.7.0-beta.1"
66
}

0 commit comments

Comments
 (0)