Skip to content

Commit

Permalink
bump up to 0.2.0a27
Browse files Browse the repository at this point in the history
  • Loading branch information
junjun-zhang committed Dec 12, 2018
1 parent 9d6840a commit cc9a5ca
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.0a26.tar.gz && \
RUN curl -sSL -o tmp.tar.gz --retry 10 https://github.com/jtracker-io/jt-cli/archive/0.2.0a27.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.0a26'
__version__ = '0.2.0a27'

0 comments on commit cc9a5ca

Please sign in to comment.