Skip to content

Commit

Permalink
Merge pull request #2 from Proryanator/project-split
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Proryanator authored Feb 23, 2023
2 parents c9494bf + 911d4ba commit f00b049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fn fig_title(msg: String, small_font_content: String) {
let figure = small_font.convert(msg.as_str());
assert!(figure.is_some());
println!("{}\n", figure.unwrap());
println!("Version v0.0.1-alpha");
println!("Version v0.2.0-alpha");
println!("Source code: https://github.com/Proryanator/encoder-benchmark\n");

fs::remove_file(small_font_file_name).expect("Not able to delete tmp file");
Expand Down

0 comments on commit f00b049

Please sign in to comment.