Skip to content

Commit 012e484

Browse files
[mlir-tensorrt] Bump working version number
1 parent 1998f33 commit 012e484

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/mlir-tensorrt-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
# this is for release CI
1111
tags:
1212
# release tag example: mlir-tensorrt-v0.4.3 or mlir-tensorrt-v0.4.3dev20251212
13-
- 'mlir-tensorrt-v[0-9]*.[0-9]*.[0-9]*'
13+
- 'mlir-tensorrt-v.*'
1414
workflow_dispatch:
1515
# this is for nightly CI, it will be automatically triggered by the schedule on main branch only
1616
# schedule:
@@ -113,4 +113,3 @@ jobs:
113113
concurrency:
114114
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-mlir-tensorrt
115115
cancel-in-progress: true
116-

mlir-tensorrt/Version.cmake

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

0 commit comments

Comments
 (0)