Skip to content

Commit

Permalink
Update ZAP to tip. (#24541)
Browse files Browse the repository at this point in the history
Fixes bug in determining response commands when two clusters have
the same response command name.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jun 29, 2023
1 parent d994235 commit 2741954
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/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ RUN set -x \
# for a uniform update, a separate update script exists:
#
# scripts/tools/zap/version_update.py
ENV ZAP_VERSION=v2023.01.18-nightly
ENV ZAP_VERSION=v2023.01.19-nightly
RUN set -x \
&& mkdir -p /opt/zap-${ZAP_VERSION} \
&& cd /opt/zap-${ZAP_VERSION} \
Expand Down
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.6.33 Version bump reason: [Ameba] Fix dhcpprocess issue and update wifi api
0.6.34 Version bump reason: Updating ZAP to v2023.01.19-nightly

0 comments on commit 2741954

Please sign in to comment.