Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiori44 committed Feb 21, 2022
1 parent 55926f7 commit 39688f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clue"
version = "1.2.60"
version = "1.3.63"
edition = "2018"
build = "build.rs"
authors = ["Felix44"]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ OPTIONS:
}
codepath = &args[1];
if codepath == "-version" {
println!("Version a1.3.62");
println!("Version a1.3.63");
return Ok(());
}
let path: &Path = Path::new(&codepath);
Expand Down

0 comments on commit 39688f5

Please sign in to comment.