From 80b22870c40395b6b103eebb08a457f6ee3a111a Mon Sep 17 00:00:00 2001 From: Yudi Levi Date: Thu, 26 Oct 2023 16:39:06 +0100 Subject: [PATCH] updated converter version number --- contracts/converter/ConverterVersion.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/converter/ConverterVersion.sol b/contracts/converter/ConverterVersion.sol index 3966e7a13..fe18b62ac 100644 --- a/contracts/converter/ConverterVersion.sol +++ b/contracts/converter/ConverterVersion.sol @@ -5,5 +5,5 @@ contract ConverterVersion { // note that the version is defined as is for backward compatibility with older converters // solhint-disable-next-line const-name-snakecase - uint16 public constant version = 47; + uint16 public constant version = 48; }