Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m42e committed Apr 3, 2022
1 parent 226bb35 commit f88a098
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 @@ -199,7 +199,7 @@ fn main() -> Result<()> {
}(args);

if query == "--version" {
println!("v0.7.2");
println!("v0.7.3");
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 @@ -2,7 +2,7 @@ XDG_BIN_PATH=${XDG_DATA_HOME:-$HOME/.local/share}/zsh-histdb-skim/
BIN_DIR=${HISTDB_SKIM_PATH:-${XDG_BIN_PATH}}
BIN_PATH=${BIN_DIR}/zsh-histdb-skim

HISTB_SKIM_VERSION="v0.7.2"
HISTB_SKIM_VERSION="v0.7.3"

histdb-skim-get-os(){
UNAME_STR=`uname -a`
Expand Down

0 comments on commit f88a098

Please sign in to comment.