Skip to content

Commit c8b6a1f

Browse files
committed
[ClientSDKs] Bump version
1 parent fffc64f commit c8b6a1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DelveClientSDK/DelveClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public partial class GeneratedDelveClient
2121

2222
public const string JSON_CONTENT_TYPE = "application/json";
2323
public const string CSV_CONTENT_TYPE = "text/csv";
24-
public const string USER_AGENT_HEADER = "DelveClient/1.0.4/csharp";
24+
public const string USER_AGENT_HEADER = "DelveClient/1.0.5/csharp";
2525

2626
public int DebugLevel = Connection.DEFAULT_DEBUG_LEVEL;
2727

DelveClientSDK/DelveClientSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>1.0.4</Version>
5+
<Version>1.0.5</Version>
66
<PackageId>DelveClientSDK</PackageId>
77
<Authors>Mohammad Dashti and Helmi Nour</Authors>
88
<Company>RelationalAI</Company>

0 commit comments

Comments
 (0)