diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-01 11:42:12 -0400 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-01 11:42:12 -0400 |
commit | 6eae41e2709d886dd9379e7e420f0bc2803ae45f (patch) | |
tree | e7d3a9c81ceca9302882c7b3146fdbbbba595107 /hib-dlagent | |
parent | c921fc9cd3c97a40f1e267720309da3d1c0fd338 (diff) | |
download | hib-dlagent-0.6.tar.gz hib-dlagent-0.6.zip |
Update version number in hib-dlagentv0.6
Diffstat (limited to 'hib-dlagent')
-rwxr-xr-x | hib-dlagent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hib-dlagent b/hib-dlagent index e67c86c..a90bdea 100755 --- a/hib-dlagent +++ b/hib-dlagent @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -VERSION=0.5 +VERSION=0.6 LOGIN_PAGE=https://www.humblebundle.com/login HOME_PAGE=https://www.humblebundle.com/home COOKIE_JAR= |