Skip to content

Commit db701ca

Browse files
committed
Release 5.13.4
1 parent 6500e1a commit db701ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Twilio/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
internal class AssemblyInfomation
1212
{
13-
public const string AssemblyInformationalVersion = "5.13.3";
13+
public const string AssemblyInformationalVersion = "5.13.4";
1414
}

src/Twilio/Twilio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Copyright>Copyright © Twilio</Copyright>
88
<AssemblyTitle>Twilio</AssemblyTitle>
99
<NeutralLanguage>en-US</NeutralLanguage>
10-
<VersionPrefix>5.13.3</VersionPrefix>
10+
<VersionPrefix>5.13.4</VersionPrefix>
1111
<VersionSuffix>
1212
</VersionSuffix>
1313
<Authors>Twilio</Authors>
@@ -44,4 +44,4 @@
4444
<Reference Include="System.Web" />
4545
<PackageReference Include="JWT" Version="1.3.4" />
4646
</ItemGroup>
47-
</Project>
47+
</Project>

0 commit comments

Comments
 (0)