From b805b0cc3d2de08fdea2264fb7122e8cdc68550a Mon Sep 17 00:00:00 2001 From: Marcel Kost Date: Thu, 12 Sep 2024 09:01:10 +0200 Subject: [PATCH] Update commit hash (missing character) --- website/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/config.ts b/website/src/config.ts index 2428f46..a9c30af 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.20258.r82b72dd'; +const version_long = '0.0.20258.r82b72dd2'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';