diff --git a/website/docs/releases.md b/website/docs/releases.md index 9785fde..ed8179f 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -26,7 +26,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: -### Upcoming Release +### 0.0.18354 [December 6th, 2023] * Support for `localized_week` is added * The functions `EXTRACT`, `date_part` and `date_trunc` have a new field `localized_week`. diff --git a/website/src/config.ts b/website/src/config.ts index ed0c95b..7d776bd 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.18161.r484f6727'; +const version_long = '0.0.18354.reb6b1715'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';