diff options
author | Aaron LI <aly@aaronly.me> | 2018-12-28 15:51:04 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-12-28 15:51:04 +0800 |
commit | 4281ef0276ca1c56691d5c37216522ca5d039003 (patch) | |
tree | e3b7f13b69a4aa935c5c18d999fdc907440807a4 /dfly-update | |
parent | 10a4caf8a5bf6de99248b133a9cb90e791067541 (diff) | |
download | dfly-update-4281ef0276ca1c56691d5c37216522ca5d039003.tar.bz2 |
Bump version to 0.1.5v0.1.5
Diffstat (limited to 'dfly-update')
-rwxr-xr-x | dfly-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dfly-update b/dfly-update index 68d74c6..14c4d8e 100755 --- a/dfly-update +++ b/dfly-update @@ -14,7 +14,7 @@ set -u DEBUG=${DEBUG:-""} -VERSION="0.1.4" +VERSION="0.1.5" NAME="dfly-update" TOOLDIR="${0%/*}" PREFIX="${PREFIX:-${TOOLDIR}}" |