Skip to content

Commit 2ff7447

Browse files
committed
update version to 1.23.4
1 parent 58b2075 commit 2ff7447

File tree

16 files changed

+27
-22
lines changed

16 files changed

+27
-22
lines changed

VERSION_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.3
1+
1.23.4

docs/python/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
77

88
Changes
99
-------
10+
1.23.4
11+
^^^^^^
12+
13+
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.23.4
14+
1015
1.23.3
1116
^^^^^^
1217

js/common/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// This file is generated by /js/scripts/update-version.ts
55
// Do not modify file content manually.
66

7-
export const version = '1.23.3';
7+
export const version = '1.23.4';

js/common/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"license": "MIT",
33
"type": "module",
44
"name": "onnxruntime-common",
5-
"version": "1.23.3",
5+
"version": "1.23.4",
66
"repository": {
77
"url": "https://github.com/Microsoft/onnxruntime.git",
88
"type": "git"

js/node/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// This file is generated by /js/scripts/update-version.ts
55
// Do not modify file content manually.
66

7-
export const version = '1.23.3';
7+
export const version = '1.23.4';

js/node/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
6
1212
]
1313
},
14-
"version": "1.23.3",
14+
"version": "1.23.4",
1515
"dependencies": {
1616
"adm-zip": "^0.5.16",
1717
"global-agent": "^3.0.0",

js/node/script/install-metadata-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// This file is generated by /js/scripts/update-version.ts
55
// Do not modify file content manually.
66

7-
module.exports = { nuget: [{ feed: 'nuget', version: '1.23.3' }] };
7+
module.exports = { nuget: [{ feed: 'nuget', version: '1.23.4' }] };

js/react_native/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// This file is generated by /js/scripts/update-version.ts
55
// Do not modify file content manually.
66

7-
export const version = '1.23.3';
7+
export const version = '1.23.4';

0 commit comments

Comments
 (0)