File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -192,17 +192,17 @@ If you use `gnark` in your research a citation would be appreciated.
192192Please use the following BibTeX to cite the most recent release.
193193
194194``` bib
195- @software{gnark-v0.13 .0,
195+ @software{gnark-v0.14 .0,
196196 author = {Gautam Botrel and
197197 Thomas Piellard and
198198 Youssef El Housni and
199199 Ivo Kubjas and
200200 Arya Tabaie},
201- title = {Consensys/gnark: v0.13 .0},
201+ title = {Consensys/gnark: v0.14 .0},
202202 month = jun,
203203 year = 2025,
204204 publisher = {Zenodo},
205- version = {v0.13 .0},
205+ version = {v0.14 .0},
206206 doi = {10.5281/zenodo.5819104},
207207 url = {https://doi.org/10.5281/zenodo.5819104}
208208}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "github.com/consensys/gnark-crypto/ecc"
2323)
2424
25- var Version = semver .MustParse ("0.13 .0" )
25+ var Version = semver .MustParse ("0.14 .0" )
2626
2727// Curves return the curves supported by gnark
2828func Curves () []ecc.ID {
Original file line number Diff line number Diff line change 1- @software {gnark-v0.13 .0 ,
1+ @software {gnark-v0.14 .0 ,
22 author = { Gautam Botrel and
33 Thomas Piellard and
44 Youssef El Housni and
55 Ivo Kubjas and
66 Arya Tabaie} ,
7- title = { Consensys/gnark: v0.13 .0} ,
7+ title = { Consensys/gnark: v0.14 .0} ,
88 month = jun,
99 year = 2025 ,
1010 publisher = { Zenodo} ,
11- version = { v0.13 .0} ,
11+ version = { v0.14 .0} ,
1212 doi = { 10.5281/zenodo.5819104} ,
1313 url = { https://doi.org/10.5281/zenodo.5819104}
1414}
You can’t perform that action at this time.
0 commit comments