From 0007753888621f2d04101aaddbfbf55c8b71c2b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:02:39 +0300 Subject: [PATCH] dvc 3.27.0 (#4935) 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 303ff9d0e6..c37a002490 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.26.2` +const VERSION = `3.27.0` const dropdownItems = [ OS.UNKNOWN,