Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleUpdate Download Link
# In website-v2/pages/download.tsx, change the version and release date:


<DownloadSection version={'0.93.0'} showMoreInfo={true} releaseDate={'2023-11-27'}></DownloadSection> 

# In ./docs/01_try-installation.md, change the version

<DownloadSection version={'0.93.0'}></DownloadSection>




In the documentation, also update the installation guide and other files that link to outdated versions. Commit all changes to dev.

...