Skip to content

Commit 030b711

Browse files
author
replydev
committed
Version 0.0.7.1
1 parent 1ab4647 commit 030b711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn init() -> Result<(), ()>{
2525
}
2626

2727
fn main() {
28-
let version = "0.0.7";
28+
let version = "0.0.7.1";
2929
print_title(version);
3030
let init_result = init();
3131
match init_result {

0 commit comments

Comments
 (0)