Skip to content

Commit

Permalink
Release v2.11-beta3+fall2024 (#139)
Browse files Browse the repository at this point in the history
* Update .version_information

* update SDK SHA
  • Loading branch information
hiltonlima authored Sep 5, 2024
1 parent 24665a4 commit f52d40a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version_information
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.11-beta2+fall2024
v2.11-beta3+fall2024
4 changes: 2 additions & 2 deletions test_collections/matter/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class MatterSettings(BaseSettings):

# SDK Docker Image
SDK_DOCKER_IMAGE: str = "connectedhomeip/chip-cert-bins"
SDK_DOCKER_TAG: str = "d0d91272068f267cf880f9d56787ca28da885673"
SDK_DOCKER_TAG: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "d0d91272068f267cf880f9d56787ca28da885673"
SDK_SHA: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4"

class Config:
case_sensitive = True
Expand Down

0 comments on commit f52d40a

Please sign in to comment.