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 50af495 commit 377917bCopy full SHA for 377917b
src/assets/js/releaseData.ts
@@ -225,11 +225,11 @@ type OpenvinoReleaseDirectory = {
225
226
export const openvinoReleases: OpenvinoReleaseDirectory = {
227
version: "3.7.1",
228
- revision: "R4.1",
+ revision: "R4.2",
229
win: [
230
{
231
name: "OpenVino AI Plugins",
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",
+ browser_download_url: "https://github.com/intel/openvino-plugins-ai-audacity/releases/download/v3.7.1-R4.2/audacity-win-v3.7.1-R4.2-64bit-OpenVINO-AI-Plugins.exe",
233
type: ".exe"
234
},
235
],
0 commit comments