diff --git a/website/docs/releases.md b/website/docs/releases.md index d2c8055..309519d 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -26,7 +26,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: -### Upcoming Release +### 0.0.18441 [January 10th, 2024] + +* Various performance and stability improvements ### 0.0.18369 [December 8th, 2023] diff --git a/website/src/config.ts b/website/src/config.ts index cb05ff6..f8ee1d7 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.18369.r86e960ca'; +const version_long = '0.0.18441.r118d57bb'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';