Skip to content

Commit 181ca48

Browse files
authored
Bump CLUSTER SHARDS command update version to 9.1.0 (#2729)
1 parent 0d500c2 commit 181ca48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ struct COMMAND_ARG CLUSTER_SETSLOT_Args[] = {
10071007
#ifndef SKIP_CMD_HISTORY_TABLE
10081008
/* CLUSTER SHARDS history */
10091009
commandHistory CLUSTER_SHARDS_History[] = {
1010-
{"9.0.0","Added shard id field to CLUSTER SHARDS response"},
1010+
{"9.1.0","Added shard id field to CLUSTER SHARDS response"},
10111011
};
10121012
#endif
10131013

src/commands/cluster-shards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"function": "clusterCommand",
1010
"history": [
1111
[
12-
"9.0.0",
12+
"9.1.0",
1313
"Added shard id field to CLUSTER SHARDS response"
1414
]
1515
],

0 commit comments

Comments
 (0)