Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b97eb1

Browse files
committedApr 9, 2025·
z
1 parent 2e653ed commit 6b97eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/update_protos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636

3737
- name: Store API version
3838
run: |
39-
uv run python3 etc/_update_version_metadata.py src/viam/version_metadata.py v0.1.425
40-
echo "Updated API version to v0.1.425 in src/viam/version_metadata.py"
39+
uv run python3 etc/_update_version_metadata.py src/viam/version_metadata.py v0.1.424
40+
echo "Updated API version to v0.1.424 in src/viam/version_metadata.py"
4141
4242
- name: Generate buf
4343
run: uv run make buf

0 commit comments

Comments
 (0)
Please sign in to comment.