Skip to content

Commit 2b22bf9

Browse files
authored
fix(libzkp): upgrade to use prover v0.9.0 (#513)
1 parent 530830a commit 2b22bf9

File tree

4 files changed

+527
-782
lines changed

4 files changed

+527
-782
lines changed

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
VersionMajor = 4 // Major version component of the current release
2626
VersionMinor = 4 // Minor version component of the current release
27-
VersionPatch = 7 // Patch version component of the current release
27+
VersionPatch = 8 // Patch version component of the current release
2828
VersionMeta = "sepolia" // Version metadata to append to the version string
2929
)
3030

0 commit comments

Comments
 (0)