diff --git a/website/src/config.ts b/website/src/config.ts index 011ca92..ed0c95b 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.17971.r09b6da92'; +const version_long = '0.0.18161.r484f6727'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';