From 75e4d1a904f94755ea124da0ca52a61906c7e3ea Mon Sep 17 00:00:00 2001
From: "A. Unique TensorFlower" <gardener@tensorflow.org>
Date: Tue, 22 Dec 2020 01:02:18 -0800
Subject: [PATCH] Update GraphDef version to 623.

PiperOrigin-RevId: 348594732
Change-Id: Ic5ee157ca1cde7b3203c065fe745a5b14de4689f
---
 tensorflow/core/public/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h
index 62b6d7d4e57..4feca91100e 100644
--- a/tensorflow/core/public/version.h
+++ b/tensorflow/core/public/version.h
@@ -108,7 +108,7 @@ limitations under the License.
 
 #define TF_GRAPH_DEF_VERSION_MIN_PRODUCER 0
 #define TF_GRAPH_DEF_VERSION_MIN_CONSUMER 0
-#define TF_GRAPH_DEF_VERSION 622  // Updated: 2020/12/21
+#define TF_GRAPH_DEF_VERSION 623  // Updated: 2020/12/22
 
 // Checkpoint compatibility versions (the versions field in SavedSliceMeta).
 //