From 3f1614ce5a32de255631219eb5540ea654279576 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 23 Oct 2020 01:02:14 +0300 Subject: [PATCH] download: update to 1.9.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 a5cab0978a..af9fec2ef0 100644 --- a/src/components/DownloadButton/index.tsx +++ b/src/components/DownloadButton/index.tsx @@ -9,7 +9,7 @@ import { logEvent } from '../../utils/front/ga' import styles from './styles.module.css' -const VERSION = `1.8.1` +const VERSION = `1.9.0` enum OS { UNKNOWN = '...',