From 2dd439450c7cd0b1353ef4f1b00eab539c153bd2 Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Thu, 13 Apr 2023 18:04:15 +0000 Subject: [PATCH] dvc 2.54.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 b83baf527f..ae3da2520b 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 = `2.53.0` +const VERSION = `2.54.0` const dropdownItems = [ OS.UNKNOWN,