Skip to content

Commit

Permalink
bump required chdman version for dreamcast
Browse files Browse the repository at this point in the history
  • Loading branch information
alucryd committed Mar 31, 2024
1 parent feac827 commit 03c0cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chdman.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use super::SimpleResult;

const CHDMAN: &str = "chdman";

pub const MIN_DREAMCAST_VERSION: &str = "0.262";
pub const MIN_DREAMCAST_VERSION: &str = "0.264";

lazy_static! {
static ref VERSION_REGEX: Regex = Regex::new(r"\d+\.\d+").unwrap();
Expand Down

0 comments on commit 03c0cfe

Please sign in to comment.