Skip to content

Commit

Permalink
test: update version tag (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub authored Sep 27, 2023
1 parent 59a4087 commit 5a4c6a5
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.9.0-alpha")
var Version = semver.MustParse("0.10.0-alpha")

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

0 comments on commit 5a4c6a5

Please sign in to comment.