From b796d171060e3aac1f6f1021f40c6b8a1495a0be Mon Sep 17 00:00:00 2001 From: Dimitri Vorona Date: Tue, 2 Jul 2024 21:20:33 +0200 Subject: [PATCH] Prepare notes for the release 0.0.19691.r2d7e5bc8 (July 2024) --- website/docs/releases.md | 2 ++ website/src/config.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/releases.md b/website/docs/releases.md index 4f264b0..5b1239b 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -26,6 +26,8 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ### Upcoming Release +### 0.0.19691 [July 4, 2024] + * Hyper API is now available under the Apache 2.0 license. ### 0.0.19484 [June 6, 2024] diff --git a/website/src/config.ts b/website/src/config.ts index ac9c272..279a6c7 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.19484.rdb1797f2'; +const version_long = '0.0.19691.r2d7e5bc8'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';