Skip to content

Commit 60e892e

Browse files
authored
feat: update issue template command to 2.0.0
still works with 1.13, but the previous version failed on 2.0
1 parent a1e3d44 commit 60e892e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh
3232
You can obtain the TensorFlow version with:
3333

3434
```bash
35-
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
35+
python -c "import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"
3636
```
3737

3838
### Describe the problem

0 commit comments

Comments
 (0)