Skip to content

Commit

Permalink
whoops.....
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Jun 2, 2024
1 parent 68c9ae6 commit 8b0c7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/models/mod_gd_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl FromStr for GDVersionEnum {
"2.200" => Ok(GDVersionEnum::GD2200),
"2.204" => Ok(GDVersionEnum::GD2204),
"2.205" => Ok(GDVersionEnum::GD2205),
"2.205" => Ok(GDVersionEnum::GD2206),
"2.206" => Ok(GDVersionEnum::GD2206),
_ => Err(()),
}
}
Expand Down

0 comments on commit 8b0c7ec

Please sign in to comment.