Skip to content

Commit

Permalink
Version bump to 1.2.2 to prep release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Jan 31, 2024
1 parent 85e0032 commit 9776149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DuoUniversal/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace DuoUniversal
public class Client
{
public const string DUO_UNIVERSAL_CSHARP = "duo_universal_csharp";
public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.2.1";
public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.2.2";

internal const int CLIENT_ID_LENGTH = 20;
internal const int CLIENT_SECRET_LENGTH = 40;
Expand Down
2 changes: 1 addition & 1 deletion DuoUniversal/DuoUniversal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>DuoUniversal</PackageId>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<Authors>Duo Security</Authors>
<Company>Duo Security</Company>
<Copyright>Cisco Systems, Inc. and/or its affiliates</Copyright>
Expand Down

0 comments on commit 9776149

Please sign in to comment.