Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed Sep 11, 2024
1 parent 239759d commit c64313f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zluda_inject/src/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub fn main_impl() -> Result<(), Box<dyn Error>> {
match argument.to_str() {
Some(argument) => match argument {
"--version" => {
println!("ZLUDA 3.8.3");
println!("ZLUDA 3.8.4");
process::exit(0);
}
"--" => break,
Expand Down

0 comments on commit c64313f

Please sign in to comment.