We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cf199 commit 911d4baCopy full SHA for 911d4ba
1 file changed
benchmark/src/main.rs
@@ -166,7 +166,7 @@ fn fig_title(msg: String, small_font_content: String) {
166
let figure = small_font.convert(msg.as_str());
167
assert!(figure.is_some());
168
println!("{}\n", figure.unwrap());
169
- println!("Version v0.0.1-alpha");
+ println!("Version v0.2.0-alpha");
170
println!("Source code: https://github.com/Proryanator/encoder-benchmark\n");
171
172
fs::remove_file(small_font_file_name).expect("Not able to delete tmp file");
0 commit comments