Skip to content

Commit 05d7d05

Browse files
committed
chore: update OpenVM version
1 parent b657231 commit 05d7d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1.1/OpenVmHalo2Verifier.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ contract OpenVmHalo2Verifier is Halo2Verifier, IOpenVmHalo2Verifier {
2929
uint256 private constant FULL_PROOF_LENGTH = (12 + 2 + PUBLIC_VALUES_LENGTH + 43) * 32;
3030

3131
/// @dev The version of OpenVM that generated this verifier.
32-
string public constant OPENVM_VERSION = "1.1.1";
32+
string public constant OPENVM_VERSION = "1.1";
3333

3434
/// @notice A wrapper that constructs the proof into the right format for
3535
/// use with the `snark-verifier` verification.

0 commit comments

Comments
 (0)