diff --git a/website/src/config.ts b/website/src/config.ts index 7d776bd..cb05ff6 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.18354.reb6b1715'; +const version_long = '0.0.18369.r86e960ca'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';