Skip to content

Commit

Permalink
Setting default Cairo version to 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 committed Sep 28, 2024
1 parent 8ee83e1 commit a1cf9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cairo_upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git rm -r api/cairo_compilers/v*

versions=(2.6.0 2.6.1 2.6.2 2.6.3 2.7.0)
versions=(2.6.0 2.6.1 2.6.2 2.6.3 2.7.0 2.8.2)

for version in "${versions[@]}"
do
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/atoms/cairoVersion.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { atom } from 'jotai'

const cairoVersionAtom = atom<string>('v2.6.3')
const cairoVersionAtom = atom<string>('v2.8.2')

const versionsAtom = atom<string[]>([])

Expand Down

0 comments on commit a1cf9ab

Please sign in to comment.