diff --git a/website/docs/releases.md b/website/docs/releases.md index 7d4d61d..f925a77 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,9 +24,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: -### 0.0.20258 [Sep 12 2024] +### 0.0.20746 [Nov 7 2024] -* Minor improvements and bug fixes. +* Various performance and stability improvements ### 0.0.20027 [Aug 19 2024] diff --git a/website/src/config.ts b/website/src/config.ts index a9c30af..48970dd 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.20258.r82b72dd2'; +const version_long = '0.0.20746.reac9bd2d'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';