From 46760309445b381203a7ed19f6dded0711b2bf71 Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Sat, 25 Jan 2025 04:57:25 +0700 Subject: [PATCH] ver --- Directory.Build.props | 2 +- Thirdweb/Thirdweb.Utils/Constants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a773e3f..63c0424 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.16.0 + 2.17.0 netstandard2.1;net6.0;net7.0;net8.0 diff --git a/Thirdweb/Thirdweb.Utils/Constants.cs b/Thirdweb/Thirdweb.Utils/Constants.cs index 6baf820..a4e5c24 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.16.0"; + public const string VERSION = "2.17.0"; public const string IERC20_INTERFACE_ID = "0x36372b07"; public const string IERC721_INTERFACE_ID = "0x80ac58cd";