Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed Aug 29, 2024
1 parent 84ca6fd commit 9ae34f4
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 @@ -78,7 +78,7 @@ pub fn main_impl() -> Result<(), Box<dyn Error>> {
match argument.to_str() {
Some(argument) => match argument {
"--version" => {
println!("ZLUDA 3.8.2");
println!("ZLUDA 3.8.3");
process::exit(0);
}
"--" => break,
Expand Down

0 comments on commit 9ae34f4

Please sign in to comment.