From cbe82530eb05fc7dde8d3f8c463b19ce9abdbb69 Mon Sep 17 00:00:00 2001 From: Duncan Starkenburg <45837337+dstarkenburg@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:19:37 -0800 Subject: [PATCH] Bump version number --- src/versions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/versions.jl b/src/versions.jl index 2e87e1c..aca1179 100644 --- a/src/versions.jl +++ b/src/versions.jl @@ -16,6 +16,6 @@ # is *not* accepted. Presumably CUDA runtime follows semantic # versioning so this can automatically be set to the next major # version. -const onnxruntime_version = v"1.20.1" +const onnxruntime_version = v"1.20.2" const cuda_runtime_supported_version = v"12.0" const cuda_runtime_upper_bound = VersionNumber(cuda_runtime_supported_version.major + 1)