Skip to content

Commit

Permalink
feat: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Dec 4, 2024
1 parent 8ff9318 commit 30a8abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rvsol/src/RISCV.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ contract RISCV is IBigStepper {
IPreimageOracle public oracle;

/// @notice The version of the contract.
/// @custom:semver 1.2.0-rc.1
string public constant version = "1.2.0-rc.1";
/// @custom:semver 1.2.0
string public constant version = "1.2.0";

/// @param _oracle The preimage oracle contract.
constructor(IPreimageOracle _oracle) {
Expand Down

0 comments on commit 30a8abc

Please sign in to comment.