From 822a2e899a5e657729d45bfd037c4d3965a8f086 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Tue, 15 Jul 2025 11:00:56 -0400 Subject: [PATCH] Version bump to 1.3.1 --- DuoUniversal/Client.cs | 2 +- DuoUniversal/DuoUniversal.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DuoUniversal/Client.cs b/DuoUniversal/Client.cs index a3ba342..cf653ea 100644 --- a/DuoUniversal/Client.cs +++ b/DuoUniversal/Client.cs @@ -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.3.0"; + public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.3.1"; internal const int CLIENT_ID_LENGTH = 20; internal const int CLIENT_SECRET_LENGTH = 40; diff --git a/DuoUniversal/DuoUniversal.csproj b/DuoUniversal/DuoUniversal.csproj index 2b4869a..7c196c6 100644 --- a/DuoUniversal/DuoUniversal.csproj +++ b/DuoUniversal/DuoUniversal.csproj @@ -6,7 +6,7 @@ netstandard2.0;net471 DuoUniversal - 1.3.0 + 1.3.1 Duo Security Duo Security Cisco Systems, Inc. and/or its affiliates