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

Release 1.11.1

Update version number and update documentation

* Create private dirs prior to merge (#74)
This commit is contained in:
Tim Byrne
2017-08-23 07:28:35 -05:00
parent ebc90bfc98
commit 5d4f3aac5b
5 changed files with 91 additions and 72 deletions

2
yadm
View File

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