Skip to content

Commit

Permalink
dvc 2.9.4 (#3335)
Browse files Browse the repository at this point in the history
- partially reverts #3294
- fixes #3334
  • Loading branch information
casperdcl authored Mar 4, 2022
1 parent e6b8eaf commit 6740d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DownloadButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { logEvent } from 'gatsby-theme-iterative-docs/src/utils/front/plausible'

import * as styles from './styles.module.css'

const VERSION = `2.9.5`
const VERSION = `2.9.4`

enum OS {
UNKNOWN = 'unknown',
Expand Down

0 comments on commit 6740d9b

Please sign in to comment.