Skip to content

Commit

Permalink
fix: correct version string (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Jan 25, 2021
1 parent 5ba7e76 commit e6dc759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@

* 2.0.9
Comment update for Flaky Bot [#43](https://github.com/GoogleCloudPlatform/docker-ci-helper/pull/43)

* 2.0.10
Correct verion string [#44](https://github.com/GoogleCloudPlatform/docker-ci-helper/pull/44)
2 changes: 1 addition & 1 deletion trampoline_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

set -euo pipefail

TRAMPOLINE_VERSION="2.0.8"
TRAMPOLINE_VERSION="2.0.10"

if command -v tput >/dev/null && [[ -n "${TERM:-}" ]]; then
readonly IO_COLOR_RED="$(tput setaf 1)"
Expand Down

0 comments on commit e6dc759

Please sign in to comment.