From 72224203445e15507ae33e32ff7c0c5655b533e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:36:11 +0545 Subject: [PATCH] dvc 3.55.2 (#5306) Co-authored-by: Olivaw[bot] Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com> --- 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 12a31a9d45..13ea333dca 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.55.1` +const VERSION = `3.55.2` const dropdownItems = [ OS.UNKNOWN,