From 60e892e4bc02274992d9baa0dba585eaa63fd701 Mon Sep 17 00:00:00 2001 From: serv-inc Date: Fri, 5 Apr 2019 13:24:36 +0200 Subject: [PATCH] feat: update issue template command to 2.0.0 still works with 1.13, but the previous version failed on 2.0 --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index b3d84ad8c94..04cd8cb65ef 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -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