Skip to content

Commit 8b0c7ec

Browse files
committed
whoops.....
1 parent 68c9ae6 commit 8b0c7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/models/mod_gd_version.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl FromStr for GDVersionEnum {
4040
"2.200" => Ok(GDVersionEnum::GD2200),
4141
"2.204" => Ok(GDVersionEnum::GD2204),
4242
"2.205" => Ok(GDVersionEnum::GD2205),
43-
"2.205" => Ok(GDVersionEnum::GD2206),
43+
"2.206" => Ok(GDVersionEnum::GD2206),
4444
_ => Err(()),
4545
}
4646
}

0 commit comments

Comments
 (0)