From ead54c9bd387892165b2b43c906bfa60bc4e1c20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:33:30 +0300 Subject: [PATCH] dvc 3.18.0 (#4838) 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 5aa51b469f..8e46fb2842 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.17.0` +const VERSION = `3.18.0` const dropdownItems = [ OS.UNKNOWN,