Skip to content

Commit 911d4ba

Browse files
committed
Version bump
1 parent 74cf199 commit 911d4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ fn fig_title(msg: String, small_font_content: String) {
166166
let figure = small_font.convert(msg.as_str());
167167
assert!(figure.is_some());
168168
println!("{}\n", figure.unwrap());
169-
println!("Version v0.0.1-alpha");
169+
println!("Version v0.2.0-alpha");
170170
println!("Source code: https://github.com/Proryanator/encoder-benchmark\n");
171171

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

0 commit comments

Comments
 (0)