diff --git a/website/docs/releases.md b/website/docs/releases.md index 325f823..55e282d 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,6 +24,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: +### 0.0.26479 [September 3 2026] +* Performance improvements and defect fixes + ### 0.0.26359 [August 24 2026] * Fixed an issue in Hyper on Apple Silicon Macs running macOS versions prior to version 26 * Additional performance improvements and defect fixes diff --git a/website/src/config.ts b/website/src/config.ts index 252264f..bc1d274 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.26359.r07abb490'; +const version_long = '0.0.26479.r96880f6a'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';