Skip to content

Commit 8cdfeb0

Browse files
committed
bump version to v1.01
1 parent 701c42e commit 8cdfeb0

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
@@ -17,7 +17,7 @@ use utils::*;
1717
fn main() {
1818
let term = Term::stdout();
1919
term.hide_cursor().expect("");
20-
term.set_title("ExoTracker v1.00");
20+
term.set_title("ExoTracker v1.01");
2121

2222
loop {
2323
term.clearprint("searching for game process...");

0 commit comments

Comments
 (0)