Skip to content

Commit 8dbf638

Browse files
committed
Fix version file
1 parent 8be26b9 commit 8dbf638

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

client/protocol_versions.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"0.3": {
3-
"min": "0.3.2",
4-
"max": "0.3.3"
2+
"0.3.2": {
3+
"min": "0.3.2"
4+
},
5+
"0.3.3": {
6+
"min": "0.3.2"
57
}
68
}

0 commit comments

Comments
 (0)