feat: update issue template command to 2.0.0

still works with 1.13, but the previous version failed on 2.0
This commit is contained in:
serv-inc
2019-04-05 13:24:36 +02:00
committed by GitHub
parent a1e3d4490d
commit 60e892e4bc

View File

@@ -32,7 +32,7 @@ https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh
You can obtain the TensorFlow version with:
```bash
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
python -c "import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"
```
### Describe the problem