From 0c5a30574237ed593cd297b95ff181d8f27be88a Mon Sep 17 00:00:00 2001 From: KeDengMS Date: Sat, 21 Aug 2021 12:05:05 -0700 Subject: [PATCH] Bump up Nuphar cache version (#8806) To avoid confusion with 2.3.0 --- onnxruntime/core/providers/nuphar/scripts/NUPHAR_CACHE_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/core/providers/nuphar/scripts/NUPHAR_CACHE_VERSION b/onnxruntime/core/providers/nuphar/scripts/NUPHAR_CACHE_VERSION index 6566ef23ba..be223698d5 100644 --- a/onnxruntime/core/providers/nuphar/scripts/NUPHAR_CACHE_VERSION +++ b/onnxruntime/core/providers/nuphar/scripts/NUPHAR_CACHE_VERSION @@ -5,5 +5,5 @@ // NOTE this version needs to be updated when generated code may change #ifndef __NUPHAR_CACHE_VERSION__ -#define __NUPHAR_CACHE_VERSION__ "2.3.0" +#define __NUPHAR_CACHE_VERSION__ "2.5.0" #endif