diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-11 11:27:03 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-11 11:27:03 +0800 |
commit | 67893e39bc90f174a550dbe5122a326621d47e92 (patch) | |
tree | 78fb2ac7cfc78ac04cc2b015aff5a7c528e0ba3a | |
parent | 20c96d48222e89ab603521f1da8d79ba97679bbb (diff) | |
download | dfly-update-67893e39bc90f174a550dbe5122a326621d47e92.tar.bz2 |
Bump version to 0.1.2
-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}}" |