From eb71a7773936320a2f4979b1624e5b6d40b20363 Mon Sep 17 00:00:00 2001 From: Dimitri Vorona Date: Mon, 8 Jan 2024 15:53:29 +0100 Subject: [PATCH] Update for Release Jan 2024 --- website/docs/releases.md | 4 +++- website/src/config.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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/';