From 924394c1c31ad52889a991b0a1b7d992d03681cc Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Fri, 22 Sep 2023 18:04:13 +0000 Subject: [PATCH] dvc 3.22.0 --- src/components/DownloadButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DownloadButton/index.tsx b/src/components/DownloadButton/index.tsx index b19f7611cb..b56da74719 100644 --- a/src/components/DownloadButton/index.tsx +++ b/src/components/DownloadButton/index.tsx @@ -9,7 +9,7 @@ import { logEvent } from '@dvcorg/gatsby-theme-iterative/src/utils/front/plausib import * as styles from './styles.module.css' import { OS, useUserOS } from '../../utils/front/useUserOS' -const VERSION = `3.21.1` +const VERSION = `3.22.0` const dropdownItems = [ OS.UNKNOWN,