Skip to content

Commit

Permalink
feat: update gnark version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Feb 14, 2023
1 parent 7594ef5 commit 2753ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/consensys/gnark-crypto/ecc"
)

var Version = semver.MustParse("0.8.0-alpha")
var Version = semver.MustParse("0.8.0")

// Curves return the curves supported by gnark
func Curves() []ecc.ID {
Expand Down

0 comments on commit 2753ae6

Please sign in to comment.