Skip to content

Commit

Permalink
Update version for new RC
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkost authored Jan 16, 2025
1 parent cc7092f commit 3b574f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ

:::

### 0.0.21178 [Jan 16 2025]
### 0.0.21200 [Jan 16 2025]

* Support for Microsoft Azure Blob Storage using [`azure_location`](./sql/external/location.md#microsoft-azure-blob-storage) was added.
* Documented [`starts_with`](./sql/scalar_func/string.md) and [`ends_with`](./sql/scalar_func/string.md), as well as negative field positions for [`split_part`](./sql/scalar_func/string.md).
Expand Down
2 changes: 1 addition & 1 deletion website/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version_long = '0.0.21178.red00196a';
const version_long = '0.0.21200.re11c8cb9';
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));

const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';
Expand Down

0 comments on commit 3b574f0

Please sign in to comment.