Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gjc13 committed Oct 21, 2020
1 parent e9bdb91 commit 9e56d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.11
0.4.12
2 changes: 1 addition & 1 deletion integrations/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ORG=${DOCKER_RUN_ORG:-connectedhomeip}
IMAGE=${DOCKER_RUN_IMAGE:-$(basename "$here")}

# version
VERSION=${DOCKER_RUN_VERSION:-latest} ||
VERSION=${DOCKER_RUN_VERSION:-$(cat "$here/version")} ||
die "please run me from an image directory or set environment variables:
DOCKER_RUN_ORG
DOCKER_RUN_IMAGE
Expand Down

0 comments on commit 9e56d28

Please sign in to comment.