Skip to content

Commit

Permalink
Merge pull request #8562 from Chasen-Zhang/main
Browse files Browse the repository at this point in the history
fix: Fix downloading the default version
  • Loading branch information
BohuTANG authored Nov 1, 2022
2 parents b1a7ff9 + 500309d commit 5cfcb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/download/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const MAC_X86 = 'macOS (x86, 64-bit)';
const MAC_ARM = 'macOS (ARM, 64-bit)';
const Releases: FC = (): ReactElement=> {
const [cacheTagName] = useLocalStorageState<string>('global-cache-tag-name');
const tagName = cacheTagName as string || 'v0.8.25';
const tagName = cacheTagName as string || 'v0.8.96-nightly';
const DOWNLOAD_LINK = 'https://repo.databend.rs/databend/';
const [releaseData, setReleaseData] = useState<IRow[]>([
{
Expand Down

1 comment on commit 5cfcb2a

@vercel
Copy link

@vercel vercel bot commented on 5cfcb2a Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

databend – ./

databend-git-main-databend.vercel.app
databend.vercel.app
databend.rs
databend-databend.vercel.app

Please sign in to comment.