Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dstarkenburg authored Dec 27, 2024
1 parent 84b722f commit cbe8253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/versions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit cbe8253

Please sign in to comment.