From bff0716b2c02a228837392e8b10c7fa840de44e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 06:01:57 +0300 Subject: [PATCH] dvc 3.9.1 (#4731) * dvc 3.9.0 * Update src/components/DownloadButton/index.tsx --------- Co-authored-by: Olivaw[bot] Co-authored-by: Ruslan Kuprieiev --- 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 ab7c9bcc11..99747cc5b3 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.8.1` +const VERSION = `3.9.1` const dropdownItems = [ OS.UNKNOWN,