From 6cfd86fb9da431fbfa8b577c9cf5eb2eb557253f Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Sat, 2 Oct 2021 11:26:08 -0500 Subject: [PATCH] update to latest version --- s/Solidity.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/Solidity.sol b/s/Solidity.sol index af4f89c4..14c0f555 100644 --- a/s/Solidity.sol +++ b/s/Solidity.sol @@ -1,4 +1,4 @@ -pragma solidity ^0.6.4; +pragma solidity ^0.8.9; contract HelloWorld { function render () public pure returns (string memory) {