Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Bitrise CLI 1.10.0 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaabor authored Oct 10, 2017
1 parent 11bf5a0 commit 33428f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## UPCOMING

## `v2017_10_10_1`

* `bitrise` (CLI): `1.10.0`

## `v2017_10_05_1`

* `Go`: `1.9.1`
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV LANG="en_US.UTF-8" \
BITRISE_TMP_DIR="/bitrise/tmp" \

# Configs - tool versions
TOOL_VER_BITRISE_CLI="1.9.0" \
TOOL_VER_BITRISE_CLI="1.10.0" \
TOOL_VER_RUBY="2.4.2" \
TOOL_VER_GO="1.9.1" \
TOOL_VER_DOCKER="17.06.2" \
Expand Down Expand Up @@ -194,5 +194,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install git-lfs \

WORKDIR $BITRISE_SOURCE_DIR

ENV BITRISE_DOCKER_REV_NUMBER_BASE v2017_10_05_1
ENV BITRISE_DOCKER_REV_NUMBER_BASE v2017_10_10_1
CMD bitrise --version

0 comments on commit 33428f2

Please sign in to comment.