We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701c42e commit 8cdfeb0Copy full SHA for 8cdfeb0
src/main.rs
@@ -17,7 +17,7 @@ use utils::*;
17
fn main() {
18
let term = Term::stdout();
19
term.hide_cursor().expect("");
20
- term.set_title("ExoTracker v1.00");
+ term.set_title("ExoTracker v1.01");
21
22
loop {
23
term.clearprint("searching for game process...");
0 commit comments