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

Release 1.10.0

Update version number and update documentation

* Fix `COMP_WORDS bad array subscript` bug (#64)
* Transition to semantic versioning
This commit is contained in:
Tim Byrne
2017-05-10 17:44:56 -05:00
parent 79e149ed25
commit 68937f3cad
5 changed files with 13 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.09
VERSION=1.10.0
YADM_WORK="$HOME"
YADM_DIR="$HOME/.yadm"