From 58403634f9df28e1b7cd5278faec216d4ab4b87f Mon Sep 17 00:00:00 2001 From: Velo2Compet Date: Wed, 17 Sep 2025 18:18:46 +0200 Subject: [PATCH] Update imports.sol --- imports.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports.sol b/imports.sol index d75e71a..d28cd33 100644 --- a/imports.sol +++ b/imports.sol @@ -3,7 +3,7 @@ // Importing the SillyStringUtils library import "./SillyStringUtils.sol"; -pragma solidity 0.8.17; +pragma solidity ^0.8.17; contract ImportsExercise { // Using the SillyStringUtils library for string manipulation