From 7c1e0b0391d06002789e56f8fe0c7bb9f4d1159b Mon Sep 17 00:00:00 2001 From: Rajeev Rao Date: Fri, 30 Jul 2021 10:32:54 -0700 Subject: [PATCH] Update the validated release to v1.10.0 Signed-off-by: Rajeev Rao --- VERSION_NUMBER | 2 +- onnx/common/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION_NUMBER b/VERSION_NUMBER index 8fba9b20834..81c871de46b 100644 --- a/VERSION_NUMBER +++ b/VERSION_NUMBER @@ -1 +1 @@ -1.9.101 +1.10.0 diff --git a/onnx/common/version.h b/onnx/common/version.h index e300fa8ea4e..6a1690114d2 100644 --- a/onnx/common/version.h +++ b/onnx/common/version.h @@ -8,6 +8,6 @@ namespace ONNX_NAMESPACE { // Represents the most recent release version. Updated with every release. -constexpr const char* LAST_RELEASE_VERSION = "1.9.101"; +constexpr const char* LAST_RELEASE_VERSION = "1.10.0"; }