Skip to content

Commit 5bfc9d0

Browse files
authored
fix: update version in vectoradd_jax example to not result in invalid docker tag (#71)
#### Description of changes Updated version in `vectoradd_jax` example to not result in invalid docker tag
1 parent 26916f9 commit 5bfc9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/vectoradd_jax/tesseract_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vectoradd_jax
2-
version: "2025/02/05"
2+
version: "2025-02-05"
33
description: |
44
Tesseract that adds/subtracts two vectors. Uses jax internally.
55

0 commit comments

Comments
 (0)