We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6034108 commit 71b10e1Copy full SHA for 71b10e1
src/assets/js/releaseData.ts
@@ -224,12 +224,12 @@ type OpenvinoReleaseDirectory = {
224
};
225
226
export const openvinoReleases: OpenvinoReleaseDirectory = {
227
- version: "3.7.0",
228
- revision: "R4.0",
+ version: "3.7.1",
+ revision: "R4.1",
229
win: [
230
{
231
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",
+ 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",
233
type: ".exe"
234
},
235
],
0 commit comments