We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c9ae6 commit 8b0c7ecCopy full SHA for 8b0c7ec
src/types/models/mod_gd_version.rs
@@ -40,7 +40,7 @@ impl FromStr for GDVersionEnum {
40
"2.200" => Ok(GDVersionEnum::GD2200),
41
"2.204" => Ok(GDVersionEnum::GD2204),
42
"2.205" => Ok(GDVersionEnum::GD2205),
43
- "2.205" => Ok(GDVersionEnum::GD2206),
+ "2.206" => Ok(GDVersionEnum::GD2206),
44
_ => Err(()),
45
}
46
0 commit comments