Updating pragma for docs example for bytes concat.

This commit is contained in:
Djordje Mijovic 2021-03-25 12:35:10 +01:00
parent 08993a3282
commit 8da630f67b

View File

@ -174,7 +174,7 @@ If you want to use string parameters or other types, you need to convert them to
::
// SPDX-License-Identifier: GPL-3.0
pragma solidity >0.8.3;
pragma solidity ^0.8.4;
contract C {
bytes s = "Storage";