Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Nov 9, 2016
1 parent 98baafe commit a4a0165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashcached
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# --check=CHECK interval to check each cache's expire (default: 60)
# --help show this help
# --version show bashcached's version
IFS=$' \t\r' VERSION=3.1.1-bashcached; export LANG=C
IFS=$' \t\r' VERSION=4.0.0-bashcached; export LANG=C

if [[ -p "$BASHCACHED_PIPE" ]]; then
send="$(mktemp -u)"; mkfifo -m 600 "$send"
Expand Down

0 comments on commit a4a0165

Please sign in to comment.