Skip to content

Commit 39980f2

Browse files
authored
Version bump to 1.3.0 for release (#50)
1 parent bfb54a9 commit 39980f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DuoUniversal/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace DuoUniversal
1919
public class Client
2020
{
2121
public const string DUO_UNIVERSAL_CSHARP = "duo_universal_csharp";
22-
public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.2.5";
22+
public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.3.0";
2323

2424
internal const int CLIENT_ID_LENGTH = 20;
2525
internal const int CLIENT_SECRET_LENGTH = 40;

DuoUniversal/DuoUniversal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
88
<PackageId>DuoUniversal</PackageId>
9-
<Version>1.2.6</Version>
9+
<Version>1.3.0</Version>
1010
<Authors>Duo Security</Authors>
1111
<Company>Duo Security</Company>
1212
<Copyright>Cisco Systems, Inc. and/or its affiliates</Copyright>

0 commit comments

Comments
 (0)