Updating pragma for docs example for bytes concat.

This commit is contained in:
Djordje Mijovic
2021-03-25 17:11:39 +01:00
parent 08993a3282
commit 8da630f67b
+1 -1
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";