Skip to content

Commit e7a64f0

Browse files
[mlir-tensorrt] Bump version for new release. (#682)
This PR increases mlir-tensorrt version from 0.1.42 -> 0.1.43 for a new release.
1 parent f819976 commit e7a64f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir-tensorrt/Version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(MLIR_TENSORRT_VERSION_MAJOR "0")
22
set(MLIR_TENSORRT_VERSION_MINOR "1")
3-
set(MLIR_TENSORRT_VERSION_PATCH "42")
3+
set(MLIR_TENSORRT_VERSION_PATCH "43")
44
set(MLIR_TENSORRT_VERSION
55
"${MLIR_TENSORRT_VERSION_MAJOR}.${MLIR_TENSORRT_VERSION_MINOR}.${MLIR_TENSORRT_VERSION_PATCH}")

0 commit comments

Comments
 (0)