Skip to content

Commit

Permalink
Reconcile version number with project file (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Jun 12, 2024
1 parent 408da61 commit fb3ad74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.2";
public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.2.5";

internal const int CLIENT_ID_LENGTH = 20;
internal const int CLIENT_SECRET_LENGTH = 40;
Expand Down Expand Up @@ -572,4 +572,4 @@ private bool HasCustomAppInfo()
return !string.IsNullOrWhiteSpace(_customAppName) && !string.IsNullOrWhiteSpace(_customAppVersion);
}
}
}
}

0 comments on commit fb3ad74

Please sign in to comment.