1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Release 1.09

Update version number and update documentation

* Add Bash completion script (#60)
* Support WSL detection (#61)
* Add introspect command (used by completion)
This commit is contained in:
Tim Byrne
2017-05-04 07:22:48 -05:00
parent 356c47a19f
commit 246eab8b52
5 changed files with 20 additions and 4 deletions

2
yadm
View File

@@ -19,7 +19,7 @@ if [ -z "$BASH_VERSION" ]; then
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
fi
VERSION=1.08
VERSION=1.09
YADM_WORK="$HOME"
YADM_DIR="$HOME/.yadm"