diff --git a/Directory.Build.props b/Directory.Build.props index 1a258e9..a773e3f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.15.0 + 2.16.0 netstandard2.1;net6.0;net7.0;net8.0 diff --git a/Thirdweb/Thirdweb.Utils/Constants.cs b/Thirdweb/Thirdweb.Utils/Constants.cs index 5cc4fb1..c77d7c8 100644 --- a/Thirdweb/Thirdweb.Utils/Constants.cs +++ b/Thirdweb/Thirdweb.Utils/Constants.cs @@ -2,7 +2,7 @@ public static class Constants { - public const string VERSION = "2.15.0"; + public const string VERSION = "2.16.0"; public const string IERC20_INTERFACE_ID = "0x36372b07"; public const string IERC721_INTERFACE_ID = "0x80ac58cd";