We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab4647 commit 030b711Copy full SHA for 030b711
src/main.rs
@@ -25,7 +25,7 @@ fn init() -> Result<(), ()>{
25
}
26
27
fn main() {
28
- let version = "0.0.7";
+ let version = "0.0.7.1";
29
print_title(version);
30
let init_result = init();
31
match init_result {
0 commit comments