aboutsummaryrefslogtreecommitdiffstats
path: root/dfly-update
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-03-11 00:35:31 +0800
committerAaron LI <aly@aaronly.me>2018-03-11 00:35:31 +0800
commite549f823a8afae4d3e87ac7c84c294205ee1c7a8 (patch)
tree0b61264917018e86bd5af030b19f620e77057e9d /dfly-update
parent0ab517e362896b0f79f6bce4caef1a4515685aa5 (diff)
downloaddfly-update-e549f823a8afae4d3e87ac7c84c294205ee1c7a8.tar.bz2
dfly-update: version 0.1.0
Tested by upgrading a DFly 5.0.0-release -> 5.0.2-release
Diffstat (limited to 'dfly-update')
-rwxr-xr-xdfly-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfly-update b/dfly-update
index d0e5369..7c82cd1 100755
--- a/dfly-update
+++ b/dfly-update
@@ -11,8 +11,8 @@ set -e
DEBUG=${DEBUG:-""}
+VERSION="0.1.0"
NAME="dfly-update"
-VERSION="0.?.?"
TOOLDIR="${0%/*}"
PREFIX="${PREFIX:-${TOOLDIR}}"
CONFIGFILE="${PREFIX}/${NAME}.conf"