Skip to content
/ pullio Public

Commit 483f0eb

Browse files
authored
- Update version number :) (#17)
1 parent 7e96071 commit 483f0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pullio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DOCKER_BINARY="${DOCKER_BINARY:-$(which 'docker')}"
55
CACHE_LOCATION=/tmp
66
TAG=""
77
DEBUG=""
8-
CURRENT_VERSION=0.0.7
8+
CURRENT_VERSION=0.0.8
99
LATEST_VERSION=$(curl -fsSL "https://api.github.com/repos/hotio/pullio/releases" | jq -r .[0].tag_name)
1010
PARALLEL=1
1111
COMPOSE_TYPE="NONE"

0 commit comments

Comments
 (0)