Skip to content

Commit 71b10e1

Browse files
committed
Update OpenVINO to 3.7.1-R4.1
1 parent 6034108 commit 71b10e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/js/releaseData.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@ type OpenvinoReleaseDirectory = {
224224
};
225225

226226
export const openvinoReleases: OpenvinoReleaseDirectory = {
227-
version: "3.7.0",
228-
revision: "R4.0",
227+
version: "3.7.1",
228+
revision: "R4.1",
229229
win: [
230230
{
231231
name: "OpenVino AI Plugins",
232-
browser_download_url: "https://github.com/intel/openvino-plugins-ai-audacity/releases/download/v3.7.0-R4.0/audacity-win-v3.7.0-R4.0-64bit-OpenVINO-AI-Plugins.exe",
232+
browser_download_url: "https://github.com/intel/openvino-plugins-ai-audacity/releases/download/v3.7.1-R4.1/audacity-win-v3.7.1-R4.1-64bit-OpenVINO-AI-Plugins.exe",
233233
type: ".exe"
234234
},
235235
],

0 commit comments

Comments
 (0)