diff options
-rwxr-xr-x | dfly-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dfly-update b/dfly-update index 6103bfa..779fef2 100755 --- a/dfly-update +++ b/dfly-update @@ -12,7 +12,7 @@ set -e DEBUG=${DEBUG:-""} -VERSION="0.1.1" +VERSION="0.1.2" NAME="dfly-update" TOOLDIR="${0%/*}" PREFIX="${PREFIX:-${TOOLDIR}}" |