Skip to content

Commit

Permalink
update for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m42e committed Apr 2, 2022
1 parent e4919f5 commit 710eaca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ fn main() -> Result<()> {
}(args);

if query == "--version"{
println!("v0.7.0");
println!("v0.7.1");
std::process::exit(1);
}

Expand Down
2 changes: 1 addition & 1 deletion zsh-histdb-skim.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ histdb-skim-download(){
}

histdb-skim-ensure () {
if [[ ! -f ${BIN_PATH} || $(${BIN_PATH} --version) != "v0.7.0" ]]; then
if [[ ! -f ${BIN_PATH} || $(${BIN_PATH} --version) != "v0.7.1" ]]; then
histdb-skim-download
fi
}
Expand Down

0 comments on commit 710eaca

Please sign in to comment.