This is an automated email from the ASF dual-hosted git repository.
dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new cceceb199 fix(site): Bump the binary distribution version. (#3624)
cceceb199 is described below
commit cceceb1993fe2fd9803f2112e2fc843685af0cf4
Author: HJ Q. <[email protected]>
AuthorDate: Mon Feb 2 11:07:45 2026 -0800
fix(site): Bump the binary distribution version. (#3624)
Co-authored-by: ChristopherQu
<[email protected]>
---
site/content/in-dev/unreleased/getting-started/binary-distribution.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/site/content/in-dev/unreleased/getting-started/binary-distribution.md
b/site/content/in-dev/unreleased/getting-started/binary-distribution.md
index 835382151..da21f96fc 100644
--- a/site/content/in-dev/unreleased/getting-started/binary-distribution.md
+++ b/site/content/in-dev/unreleased/getting-started/binary-distribution.md
@@ -32,8 +32,8 @@ Use this guide to quickly start running Polaris using the
pre-built binary distr
Download and extract the binary distribution:
```bash
-curl -L
https://downloads.apache.org/incubator/polaris/1.2.0-incubating/polaris-bin-1.2.0-incubating.tgz
| tar xz
-cd polaris-distribution-1.2.0-incubating
+curl -L
https://downloads.apache.org/incubator/polaris/1.3.0-incubating/polaris-bin-1.3.0-incubating.tgz
| tar xz
+cd polaris-distribution-1.3.0-incubating
```
Start the Polaris server: