From f8bcae079463aca24d665df2208683c76d2b1fdb Mon Sep 17 00:00:00 2001 From: Dimitri Vorona Date: Mon, 4 Nov 2024 12:30:18 +0100 Subject: [PATCH] Prepare for the Nov 2024 release --- website/docs/releases.md | 4 ++++ website/src/config.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/releases.md b/website/docs/releases.md index 7d4d61d..3d128b7 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,6 +24,10 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: +### 0.0.20746 [Nov 7 2024] + +* Various performance and stability improvements + ### 0.0.20258 [Sep 12 2024] * Minor improvements and bug fixes. 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/';