Skip to content

Commit

Permalink
bump up to 0.2.0a15
Browse files Browse the repository at this point in the history
  • Loading branch information
junjun-zhang committed Jul 18, 2018
1 parent 0fc2d83 commit 47a4327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get -yqq update && \
apt-get -yqq install python-pip && \
pip --quiet install requests

RUN curl -sSL -o tmp.tar.gz --retry 10 https://github.com/jtracker-io/jt-cli/archive/0.2.0a14.tar.gz && \
RUN curl -sSL -o tmp.tar.gz --retry 10 https://github.com/jtracker-io/jt-cli/archive/0.2.0a15.tar.gz && \
mkdir -p /tmp/jt-cli && \
tar -C /tmp/jt-cli --strip-components 1 -zxf tmp.tar.gz && \
apt-get -yqq install python3-pip && \
Expand Down
2 changes: 1 addition & 1 deletion jtracker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0a14'
__version__ = '0.2.0a15'

0 comments on commit 47a4327

Please sign in to comment.